public interface BaseBridgeEvent extends Future<Boolean>
Please consult the documentation for a full explanation.
Modifier and Type | Method and Description |
---|---|
JsonObject |
getRawMessage()
Get the raw JSON message for the event.
|
BaseBridgeEvent |
setRawMessage(JsonObject message)
Get the raw JSON message for the event.
|
BridgeEventType |
type() |
cause, complete, complete, completer, compose, compose, fail, fail, failed, failedFuture, failedFuture, future, future, handle, isComplete, map, map, mapEmpty, otherwise, otherwise, otherwiseEmpty, recover, result, setHandler, succeeded, succeededFuture, succeededFuture, tryComplete, tryComplete, tryFail, tryFail
BridgeEventType type()
JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.BaseBridgeEvent setRawMessage(JsonObject message)
message
- the raw messageCopyright © 2018 Eclipse. All rights reserved.