StompClientConnection | 
StompClientConnection.abortAndForget(String id) | 
Variant of  abort(String) that ignores the result of the operation.  
 | 
StompClientConnection | 
StompClientConnection.abortAndForget(String id,
              Map<String,String> headers) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#abort(String,Map) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.ackAndForget(String id) | 
Variant of  ack(String) that ignores the result of the operation.  
 | 
StompClientConnection | 
StompClientConnection.ackAndForget(String id,
            String txId) | 
 | 
StompClientConnection | 
StompClientConnection.beginTXAndForget(String id) | 
 | 
StompClientConnection | 
StompClientConnection.beginTXAndForget(String id,
                Map<String,String> headers) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#beginTX(String,Map) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.closeHandler(Consumer<StompClientConnection> handler) | 
  | 
StompClientConnection | 
StompClientConnection.commitAndForget(String id) | 
 | 
StompClientConnection | 
StompClientConnection.commitAndForget(String id,
               Map<String,String> headers) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#commit(String,Map) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClient.connectAndAwait() | 
 | 
StompClientConnection | 
StompClient.connectAndAwait(int port,
               String host) | 
 | 
StompClientConnection | 
StompClient.connectAndAwait(int port,
               String host,
               NetClient net) | 
 | 
StompClientConnection | 
StompClient.connectAndAwait(NetClient net) | 
 | 
StompClientConnection | 
StompClientConnection.connectionDroppedHandler(Consumer<StompClientConnection> handler) | 
  | 
StompClientConnection | 
StompClientConnection.disconnectAndForget() | 
Variant of  disconnect() that ignores the result of the operation.  
 | 
StompClientConnection | 
StompClientConnection.disconnectAndForget(io.vertx.ext.stomp.Frame frame) | 
 | 
StompClientConnection | 
StompClientConnection.errorHandler(Consumer<io.vertx.ext.stomp.Frame> handler) | 
  | 
StompClientConnection | 
StompClientConnection.exceptionHandler(Consumer<Throwable> exceptionHandler) | 
  | 
StompClientConnection | 
StompClientConnection.nackAndForget(String id) | 
Variant of  nack(String) that ignores the result of the operation.  
 | 
StompClientConnection | 
StompClientConnection.nackAndForget(String id,
             String txId) | 
 | 
static StompClientConnection | 
StompClientConnection.newInstance(io.vertx.ext.stomp.StompClientConnection arg) | 
  | 
StompClientConnection | 
StompClientConnection.pingHandler(Consumer<StompClientConnection> handler) | 
  | 
StompClientConnection | 
StompClientConnection.receivedFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) | 
  | 
StompClientConnection | 
StompClientConnection.sendAndForget(io.vertx.ext.stomp.Frame frame) | 
Variant of  send(Frame) that ignores the result of the operation.  
 | 
StompClientConnection | 
StompClientConnection.sendAndForget(String destination,
             Buffer body) | 
 | 
StompClientConnection | 
StompClientConnection.sendAndForget(String destination,
             Map<String,String> headers,
             Buffer body) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#send(String,Map,io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.sendAndForget(Map<String,String> headers,
             Buffer body) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#send(Map,io.vertx.mutiny.core.buffer.Buffer) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.subscribeAndForget(String destination,
                  Consumer<io.vertx.ext.stomp.Frame> handler) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#subscribe(String,Consumer) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.subscribeAndForget(String destination,
                  Map<String,String> headers,
                  Consumer<io.vertx.ext.stomp.Frame> handler) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#subscribe(String,Map,Consumer) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.unsubscribeAndForget(String destination) | 
 | 
StompClientConnection | 
StompClientConnection.unsubscribeAndForget(String destination,
                    Map<String,String> headers) | 
 Variant of io.vertx.mutiny.ext.stomp.StompClientConnection#unsubscribe(String,Map) that ignores the result of the operation. 
 | 
StompClientConnection | 
StompClientConnection.writingFrameHandler(Consumer<io.vertx.ext.stomp.Frame> handler) | 
  |