public class OutboundDeliveryContext<T> extends Object implements DeliveryContext<T>, Handler<AsyncResult<Void>>
| Modifier and Type | Field and Description |
|---|---|
ContextInternal |
ctx |
MessageImpl |
message |
DeliveryOptions |
options |
io.vertx.core.eventbus.impl.ReplyHandler<T> |
replyHandler |
| Modifier and Type | Method and Description |
|---|---|
Object |
body() |
void |
handle(AsyncResult<Void> event)
Something has happened, so handle it.
|
Message<T> |
message() |
void |
next()
Call the next interceptor
|
boolean |
send() |
void |
written(Throwable failure) |
public final ContextInternal ctx
public final MessageImpl message
public final DeliveryOptions options
public final io.vertx.core.eventbus.impl.ReplyHandler<T> replyHandler
public void handle(AsyncResult<Void> event)
Handlerhandle in interface Handler<AsyncResult<Void>>event - the event to handlepublic void written(Throwable failure)
public Message<T> message()
message in interface DeliveryContext<T>public void next()
DeliveryContextnext in interface DeliveryContext<T>public boolean send()
send in interface DeliveryContext<T>public Object body()
body in interface DeliveryContext<T>Copyright © 2021. All rights reserved.