Package | Description |
---|---|
io.vertx.ext.stomp | |
io.vertx.reactivex.ext.stomp | |
io.vertx.rxjava.ext.stomp |
Modifier and Type | Method and Description |
---|---|
BridgeOptions |
BridgeOptions.addInboundPermitted(PermittedOptions permitted) |
BridgeOptions |
BridgeOptions.addOutboundPermitted(PermittedOptions permitted) |
BridgeOptions |
BridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) |
BridgeOptions |
BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) |
BridgeOptions |
BridgeOptions.setPointToPoint(boolean v) |
Modifier and Type | Method and Description |
---|---|
StompServerHandler |
StompServerHandler.bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus.
|
static Destination |
Destination.bridge(Vertx vertx,
BridgeOptions options) |
Constructor and Description |
---|
BridgeOptions(BridgeOptions that) |
Modifier and Type | Method and Description |
---|---|
StompServerHandler |
StompServerHandler.bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus.
|
static Destination |
Destination.bridge(Vertx vertx,
BridgeOptions options) |
Modifier and Type | Method and Description |
---|---|
StompServerHandler |
StompServerHandler.bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus.
|
static Destination |
Destination.bridge(Vertx vertx,
BridgeOptions options) |
Copyright © 2021 Eclipse. All rights reserved.