public class EventbusRequest extends Object
| Constructor and Description |
|---|
EventbusRequest(io.vertx.core.eventbus.Message<Object> message)
init the EventbusBridgeRequest
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
body()
Returns the body of the message
|
String |
replyAddress()
Returns the reply-address to reply to the incoming message
|
public EventbusRequest(io.vertx.core.eventbus.Message<Object> message)
message - the event-bus messagepublic <T> T body()
T - the type of payloadpublic String replyAddress()
Copyright © 2017. All rights reserved.