Uses of Class
io.vertx.mutiny.ext.stomp.StompServer
Packages that use StompServer
-
Uses of StompServer in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompServerMethods in io.vertx.mutiny.ext.stomp that return StompServerModifier and TypeMethodDescriptionstatic StompServer
static StompServer
static StompServer
static StompServer
StompServer.handler
(StompServerHandler handler) StompServer.listenAndAwait()
Blocking variant oflisten()
.StompServer.listenAndAwait
(int port) Blocking variant oflisten(int)
.StompServer.listenAndAwait
(int port, String host) Blocking variant oflisten(int,String)
.StompServer.listenAndForget()
Variant oflisten()
that ignores the result of the operation.StompServer.listenAndForget
(int port) Variant oflisten(int)
that ignores the result of the operation.StompServer.listenAndForget
(int port, String host) Variant oflisten(int,String)
that ignores the result of the operation.static StompServer
StompServer.newInstance
(io.vertx.ext.stomp.StompServer arg) StompServerConnection.server()
StompServer.writingFrameHandler
(Consumer<ServerFrame> handler) Methods in io.vertx.mutiny.ext.stomp that return types with arguments of type StompServerModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<StompServer>
StompServer.listen()
Connects the STOMP server default port (61613) and network interface (0.0.0.0
).io.smallrye.mutiny.Uni<StompServer>
StompServer.listen
(int port) Connects the STOMP server to the given port.io.smallrye.mutiny.Uni<StompServer>
Connects the STOMP server to the given port / interface.