Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointOutboundHandler

Hierarchy

  • EndpointOutboundHandler

Callable

  • An Endpoint's handler is used to send messages to the endpoint's target, whether a separate system, a websockets connect, or otherwise. It should return the amount of subscribers it successfully sent to, as per Publisher.publish. If it throws, it will be captured by the Publisher.

    Parameters

    Returns Promise<number>

Generated using TypeDoc