Uses of Class
io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
Packages that use TcpEventBusBridge
-
Uses of TcpEventBusBridge in io.vertx.mutiny.ext.eventbus.bridge.tcp
Fields in io.vertx.mutiny.ext.eventbus.bridge.tcp with type parameters of type TcpEventBusBridgeModifier and TypeFieldDescriptionstatic final TypeArg<TcpEventBusBridge>
TcpEventBusBridge.__TYPE_ARG
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return TcpEventBusBridgeModifier and TypeMethodDescriptionstatic TcpEventBusBridge
static TcpEventBusBridge
static TcpEventBusBridge
TcpEventBusBridge.create
(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions) static TcpEventBusBridge
TcpEventBusBridge.create
(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions, Consumer<BridgeEvent> eventHandler) TcpEventBusBridge.listenAndAwait()
Blocking variant oflisten()
.TcpEventBusBridge.listenAndAwait
(int port) Blocking variant oflisten(int)
.TcpEventBusBridge.listenAndAwait
(int port, String address) Blocking variant oflisten(int,String)
.TcpEventBusBridge.listenAndForget()
Variant oflisten()
that ignores the result of the operation.TcpEventBusBridge.listenAndForget
(int port) Variant oflisten(int)
that ignores the result of the operation.TcpEventBusBridge.listenAndForget
(int port, String address) Variant oflisten(int,String)
that ignores the result of the operation.static TcpEventBusBridge
TcpEventBusBridge.newInstance
(io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge arg) Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return types with arguments of type TcpEventBusBridgeModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<TcpEventBusBridge>
TcpEventBusBridge.listen()
Listen on default port 7000 with a handler to report the state of the socket listen operation.io.smallrye.mutiny.Uni<TcpEventBusBridge>
TcpEventBusBridge.listen
(int port) Listen on specific portio.smallrye.mutiny.Uni<TcpEventBusBridge>
Listen on specific port and bind to specific address