protected class EventBusImpl.InboundDeliveryContext<T> extends Object implements DeliveryContext<T>
| Modifier and Type | Method and Description |
|---|---|
Object |
body() |
Message<T> |
message() |
void |
next()
Call the next interceptor
|
boolean |
send() |
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.