Uses of Class
io.vertx.mutiny.ext.stomp.StompClientConnection
Packages that use StompClientConnection
- 
Uses of StompClientConnection in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type StompClientConnectionModifier and TypeFieldDescriptionstatic final TypeArg<StompClientConnection>StompClientConnection.__TYPE_ARGMethods in io.vertx.mutiny.ext.stomp that return StompClientConnectionModifier and TypeMethodDescriptionStompClientConnection.abortAndForget(String id) Variant ofabort(String)that ignores the result of the operation.StompClientConnection.abortAndForget(String id, Map<String, String> headers) Variant ofabort(String,Map)that ignores the result of the operation.StompClientConnection.ackAndForget(String id) Variant ofack(String)that ignores the result of the operation.StompClientConnection.ackAndForget(String id, String txId) Variant ofack(String,String)that ignores the result of the operation.StompClientConnection.beginTXAndForget(String id) Variant ofbeginTX(String)that ignores the result of the operation.StompClientConnection.beginTXAndForget(String id, Map<String, String> headers) Variant ofbeginTX(String,Map)that ignores the result of the operation.StompClientConnection.closeHandler(Consumer<StompClientConnection> handler) StompClientConnection.commitAndForget(String id) Variant ofcommit(String)that ignores the result of the operation.StompClientConnection.commitAndForget(String id, Map<String, String> headers) Variant ofcommit(String,Map)that ignores the result of the operation.StompClient.connectAndAwait()Blocking variant ofStompClient.connect(int, java.lang.String).StompClient.connectAndAwait(int port, String host) Blocking variant ofStompClient.connect(int,String).StompClient.connectAndAwait(int port, String host, NetClient net) Blocking variant ofStompClient.connect(int,String,io.vertx.mutiny.core.net.NetClient).StompClient.connectAndAwait(NetClient net) Blocking variant ofStompClient.connect(io.vertx.mutiny.core.net.NetClient).StompClientConnection.connectionDroppedHandler(Consumer<StompClientConnection> handler) StompClientConnection.disconnectAndForget()Variant ofdisconnect()that ignores the result of the operation.StompClientConnection.disconnectAndForget(io.vertx.ext.stomp.Frame frame) Variant ofdisconnect(Frame)that ignores the result of the operation.StompClientConnection.errorHandler(Consumer<io.vertx.ext.stomp.Frame> handler) StompClientConnection.exceptionHandler(Consumer<Throwable> exceptionHandler) StompClientConnection.nackAndForget(String id) Variant ofnack(String)that ignores the result of the operation.StompClientConnection.nackAndForget(String id, String txId) Variant ofnack(String,String)that ignores the result of the operation.static StompClientConnectionStompClientConnection.newInstance(io.vertx.ext.stomp.StompClientConnection arg) StompClientConnection.pingHandler(Consumer<StompClientConnection> handler) StompClientConnection.receivedFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) StompClientConnection.sendAndForget(io.vertx.ext.stomp.Frame frame) Variant ofsend(Frame)that ignores the result of the operation.StompClientConnection.sendAndForget(String destination, Buffer body) Variant ofsend(String,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.Variant ofsend(String,Map,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.StompClientConnection.sendAndForget(Map<String, String> headers, Buffer body) Variant ofsend(Map,io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.StompClientConnection.subscribeAndForget(String destination, Consumer<io.vertx.ext.stomp.Frame> handler) Variant ofsubscribe(String,Consumer)that ignores the result of the operation.StompClientConnection.subscribeAndForget(String destination, Map<String, String> headers, Consumer<io.vertx.ext.stomp.Frame> handler) Variant ofsubscribe(String,Map,Consumer)that ignores the result of the operation.StompClientConnection.unsubscribeAndForget(String destination) Variant ofunsubscribe(String)that ignores the result of the operation.StompClientConnection.unsubscribeAndForget(String destination, Map<String, String> headers) Variant ofunsubscribe(String,Map)that ignores the result of the operation.StompClientConnection.writingFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) Methods in io.vertx.mutiny.ext.stomp that return types with arguments of type StompClientConnectionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<StompClientConnection>StompClient.connect()Connects to the server using the host and port configured in the client's options.io.smallrye.mutiny.Uni<StompClientConnection>Connects to the server.io.smallrye.mutiny.Uni<StompClientConnection>Connects to the server.io.smallrye.mutiny.Uni<StompClientConnection>Connects to the server.Method parameters in io.vertx.mutiny.ext.stomp with type arguments of type StompClientConnectionModifier and TypeMethodDescriptionStompClientConnection.closeHandler(Consumer<StompClientConnection> handler) StompClientConnection.connectionDroppedHandler(Consumer<StompClientConnection> handler) StompClientConnection.pingHandler(Consumer<StompClientConnection> handler)