Uses of Class
io.vertx.mutiny.ext.stomp.StompClient
-
Packages that use StompClient Package Description io.vertx.mutiny.ext.stomp -
-
Uses of StompClient in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompClient Modifier and Type Field Description static TypeArg<StompClient>
StompClient. __TYPE_ARG
Methods in io.vertx.mutiny.ext.stomp that return StompClient Modifier and Type Method Description StompClient
StompClient. connectAndForget()
Variant ofconnect(int, java.lang.String)
that ignores the result of the operation.StompClient
StompClient. connectAndForget(int port, String host)
Variant ofconnect(int,String)
that ignores the result of the operation.StompClient
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
StompClient. connectAndForget(NetClient net)
Variant ofconnect(io.vertx.mutiny.core.net.NetClient)
that ignores the result of the operation.static StompClient
StompClient. create(Vertx vertx)
static StompClient
StompClient. create(Vertx vertx, io.vertx.ext.stomp.StompClientOptions options)
StompClient
StompClient. errorFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler)
StompClient
StompClient. exceptionHandler(Consumer<Throwable> handler)
static StompClient
StompClient. newInstance(io.vertx.ext.stomp.StompClient arg)
StompClient
StompClient. receivedFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler)
StompClient
StompClient. writingFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler)
-