Package | Description |
---|---|
io.vertx.ext.eventbus.bridge.tcp | |
io.vertx.ext.groovy.eventbus.bridge.tcp | |
io.vertx.ext.reactivex.eventbus.bridge.tcp | |
io.vertx.ext.rxjava.eventbus.bridge.tcp |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.setRawMessage(JsonObject message)
Get the raw JSON message for the event.
|
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions,
Handler<BridgeEvent> eventHandler) |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent_GroovyExtension.setRawMessage(BridgeEvent j_receiver,
Map<String,Object> message) |
Modifier and Type | Method and Description |
---|---|
static <U> Future<Object> |
BridgeEvent_GroovyExtension.map(BridgeEvent j_receiver,
java.util.function.Function<Boolean,Object> mapper) |
static BridgeEvent |
BridgeEvent_GroovyExtension.setRawMessage(BridgeEvent j_receiver,
Map<String,Object> message) |
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge_GroovyStaticExtension.create(TcpEventBusBridge j_receiver,
Vertx vertx,
Map<String,Object> options,
Map<String,Object> netServerOptions,
Handler<BridgeEvent> eventHandler) |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(BridgeEvent arg) |
Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
BridgeEvent.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static BridgeEvent |
BridgeEvent.newInstance(BridgeEvent arg) |
Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Copyright © 2018 Eclipse. All rights reserved.