Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
Used with event bus interceptors.
package |
Default |
---|
__construct()
body() : mixed
mixed
the value delivered by the message (before or after being processed by the codec)
next() : void
send() : boolean
boolean
true if the message is being sent (point to point) or False if the message is being published