Uses of Class
io.vertx.ext.stomp.BridgeOptions
-
Packages that use BridgeOptions Package Description io.vertx.ext.stomp io.vertx.reactivex.ext.stomp io.vertx.rxjava3.ext.stomp -
-
Uses of BridgeOptions in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return BridgeOptions Modifier and Type Method 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)
Methods in io.vertx.ext.stomp with parameters of type BridgeOptions Modifier and Type Method Description static Destination
Destination. bridge(Vertx vertx, BridgeOptions options)
StompServerHandler
StompServerHandler. bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus.Constructors in io.vertx.ext.stomp with parameters of type BridgeOptions Constructor Description BridgeOptions(BridgeOptions that)
-
Uses of BridgeOptions in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp with parameters of type BridgeOptions Modifier and Type Method Description static Destination
Destination. bridge(Vertx vertx, BridgeOptions options)
StompServerHandler
StompServerHandler. bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus. -
Uses of BridgeOptions in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp with parameters of type BridgeOptions Modifier and Type Method Description static Destination
Destination. bridge(Vertx vertx, BridgeOptions options)
StompServerHandler
StompServerHandler. bridge(BridgeOptions options)
Configures the STOMP server to act as a bridge with the Vert.x event bus.
-