protected class EventBusImpl.OutboundDeliveryContext<T> extends Object implements DeliveryContext<T>
| Modifier and Type | Field and Description |
|---|---|
Iterator<Handler<DeliveryContext>> |
iter |
MessageImpl |
message |
DeliveryOptions |
options |
| Modifier and Type | Method and Description |
|---|---|
Object |
body() |
Message<T> |
message() |
void |
next()
Call the next interceptor
|
boolean |
send() |
public final MessageImpl message
public final DeliveryOptions options
public final Iterator<Handler<DeliveryContext>> iter
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 © 2020. All rights reserved.