Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface listenProcedureCallOptions<Request, Response>

Type parameters

  • Request

  • Response

Hierarchy

  • listenProcedureCallOptions

Index

Properties

Optional autoExchange

autoExchange: undefined | false | true

Assert Exchange for receive procedures calls. Default: true

callback

callback: (options: listenCallbackOptions<Request>) => Promise<Response>

Function to callback, which receive a payload as parameter

Type declaration

queue

queue: string

Queue name to listen

Optional returnValue

returnValue: undefined | false | true

This function return value? default: true

Generated using TypeDoc