new SendContext()
Encapsulates a message being sent from Vert.x. Used with event bus interceptors
- Source:
Methods
-
message() → {Message}
-
- Source:
Returns:
-
The message being sent
-
- Type
- Message
-
next()
-
Call the next interceptor
- Source:
-
send() → {boolean}
-
- Source:
Returns:
true if the message is being sent (point to point) or False if the message is being published- Type
- boolean