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.
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.