Uses of Class
io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Packages that use TcpEventBusBridge Package Description io.vertx.mutiny.ext.eventbus.bridge.tcp -
-
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 TcpEventBusBridge Modifier and Type Field Description static TypeArg<TcpEventBusBridge>
TcpEventBusBridge. __TYPE_ARG
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return TcpEventBusBridge Modifier and Type Method Description static TcpEventBusBridge
TcpEventBusBridge. create(Vertx vertx)
static TcpEventBusBridge
TcpEventBusBridge. create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options)
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
TcpEventBusBridge. listenAndAwait()
Blocking variant oflisten()
.TcpEventBusBridge
TcpEventBusBridge. listenAndAwait(int port)
Blocking variant oflisten(int)
.TcpEventBusBridge
TcpEventBusBridge. listenAndAwait(int port, String address)
Blocking variant oflisten(int,String)
.TcpEventBusBridge
TcpEventBusBridge. listenAndForget()
Variant oflisten()
that ignores the result of the operation.TcpEventBusBridge
TcpEventBusBridge. listenAndForget(int port)
Variant oflisten(int)
that ignores the result of the operation.TcpEventBusBridge
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 TcpEventBusBridge Modifier and Type Method Description io.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>
TcpEventBusBridge. listen(int port, String address)
Listen on specific port and bind to specific address
-