Package | Description |
---|---|
io.vertx.ext.bridge | |
io.vertx.ext.eventbus.bridge.tcp | |
io.vertx.ext.stomp | |
io.vertx.reactivex.ext.eventbus.bridge.tcp | |
io.vertx.rxjava.ext.eventbus.bridge.tcp |
Modifier and Type | Method and Description |
---|---|
BridgeOptions |
BridgeOptions.addInboundPermitted(PermittedOptions permitted)
Adds an inbound permitted option to the current
BridgeOptions . |
BridgeOptions |
BridgeOptions.addOutboundPermitted(PermittedOptions permitted)
Adds an outbound permitted option to the current
BridgeOptions . |
BridgeOptions |
BridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted)
Sets the list of inbound permitted options.
|
BridgeOptions |
BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted)
Sets the list of outbound permitted options.
|
Modifier and Type | Method and Description |
---|---|
static void |
BridgeOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
BridgeOptions obj) |
static void |
BridgeOptionsConverter.toJson(BridgeOptions obj,
JsonObject json) |
static void |
BridgeOptionsConverter.toJson(BridgeOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
BridgeOptions(BridgeOptions that)
Creates a new instance of
BridgeOptions by copying the content of another BridgeOptions |
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions,
Handler<BridgeEvent> eventHandler) |
Modifier and Type | Class and Description |
---|---|
class |
BridgeOptions
Specify the event bus bridge options.
|
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions,
Handler<BridgeEvent> eventHandler) |
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions,
Handler<BridgeEvent> eventHandler) |
Copyright © 2023 Eclipse. All rights reserved.