Uses of Class
io.vertx.ext.bridge.BridgeOptions
Packages that use BridgeOptions
Package
Description
-
Uses of BridgeOptions in io.vertx.eventbus.bridge.grpc
Subclasses of BridgeOptions in io.vertx.eventbus.bridge.grpc -
Uses of BridgeOptions in io.vertx.ext.bridge
Methods in io.vertx.ext.bridge that return BridgeOptionsModifier and TypeMethodDescriptionBridgeOptions.addInboundPermitted(PermittedOptions permitted) Adds an inbound permitted option to the currentBridgeOptions.BridgeOptions.addOutboundPermitted(PermittedOptions permitted) Adds an outbound permitted option to the currentBridgeOptions.BridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) Sets the list of inbound permitted options.BridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) Sets the list of outbound permitted options.Constructors in io.vertx.ext.bridge with parameters of type BridgeOptionsModifierConstructorDescriptionBridgeOptions(BridgeOptions that) Creates a new instance ofBridgeOptionsby copying the content of anotherBridgeOptions -
Uses of BridgeOptions in io.vertx.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp with parameters of type BridgeOptionsModifier and TypeMethodDescriptionstatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions, Handler<BridgeEvent> eventHandler) -
Uses of BridgeOptions in io.vertx.ext.stomp
Subclasses of BridgeOptions in io.vertx.ext.stomp -
Uses of BridgeOptions in io.vertx.ext.web.handler.sockjs
Subclasses of BridgeOptions in io.vertx.ext.web.handler.sockjsModifier and TypeClassDescriptionclassOptions for configuring the event bus bridge. -
Uses of BridgeOptions in io.vertx.reactivex.ext.eventbus.bridge.tcp
Methods in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type BridgeOptionsModifier and TypeMethodDescriptionstatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions, Handler<BridgeEvent> eventHandler) -
Uses of BridgeOptions in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type BridgeOptionsModifier and TypeMethodDescriptionstatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions, Handler<BridgeEvent> eventHandler)