Responder for a request topic. Its resolved value is sent back to the caller as the reply, correlated to the originating request.
(message: TReq,metadata: MessageMetadata) => TRes | Promise<TRes>
Responder for a request topic. Its resolved value is sent back to the caller as the reply, correlated to the originating request.
(message: TReq,metadata: MessageMetadata) => TRes | Promise<TRes>
import { type RequestHandler } from "messaging-plugin/src/index.ts";