Uses of Class
io.vertx.mutiny.ext.stomp.StompClient
Packages that use StompClient
-
Uses of StompClient in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompClientMethods in io.vertx.mutiny.ext.stomp that return StompClientModifier and TypeMethodDescriptionStompClient.connectAndForget()Variant ofconnect(int, java.lang.String)that ignores the result of the operation.StompClient.connectAndForget(int port, String host) Variant ofconnect(int,String)that ignores the result of the operation.StompClient.connectAndForget(int port, String host, NetClient net) Variant ofconnect(int,String,io.vertx.mutiny.core.net.NetClient)that ignores the result of the operation.StompClient.connectAndForget(NetClient net) Variant ofconnect(io.vertx.mutiny.core.net.NetClient)that ignores the result of the operation.static StompClientstatic StompClientStompClient.errorFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) StompClient.exceptionHandler(Consumer<Throwable> handler) static StompClientStompClient.newInstance(io.vertx.ext.stomp.StompClient arg) StompClient.receivedFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) StompClient.writingFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler)