Package | Description |
---|---|
io.vertx.rxjava.ext.eventbus.bridge.tcp |
Modifier and Type | Field and Description |
---|---|
static TypeArg<BridgeEvent> |
BridgeEvent.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(io.vertx.ext.eventbus.bridge.tcp.BridgeEvent arg) |
BridgeEvent |
BridgeEvent.setRawMessage(io.vertx.core.json.JsonObject message)
Get the raw JSON message for the event.
|
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
io.vertx.ext.bridge.BridgeOptions options,
io.vertx.core.net.NetServerOptions netServerOptions,
io.vertx.core.Handler<BridgeEvent> eventHandler) |
Copyright © 2019 Eclipse. All rights reserved.