public class StompClientConnection_GroovyExtension extends Object
Constructor and Description |
---|
StompClientConnection_GroovyExtension() |
public StompClientConnection_GroovyExtension()
public static StompClientConnection send(StompClientConnection j_receiver, Map<String,String> headers, Buffer body, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection send(StompClientConnection j_receiver, String destination, Buffer body, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection send(StompClientConnection j_receiver, Map<String,Object> frame)
public static StompClientConnection send(StompClientConnection j_receiver, Map<String,Object> frame, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection send(StompClientConnection j_receiver, String destination, Map<String,String> headers, Buffer body, Handler<Map<String,Object>> receiptHandler)
public static String subscribe(StompClientConnection j_receiver, String destination, Handler<Map<String,Object>> handler)
public static String subscribe(StompClientConnection j_receiver, String destination, Handler<Map<String,Object>> handler, Handler<Map<String,Object>> receiptHandler)
public static String subscribe(StompClientConnection j_receiver, String destination, Map<String,String> headers, Handler<Map<String,Object>> handler)
public static String subscribe(StompClientConnection j_receiver, String destination, Map<String,String> headers, Handler<Map<String,Object>> handler, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection unsubscribe(StompClientConnection j_receiver, String destination, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection unsubscribe(StompClientConnection j_receiver, String destination, Map<String,String> headers, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection errorHandler(StompClientConnection j_receiver, Handler<Map<String,Object>> handler)
public static StompClientConnection beginTX(StompClientConnection j_receiver, String id, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection beginTX(StompClientConnection j_receiver, String id, Map<String,String> headers, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection commit(StompClientConnection j_receiver, String id, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection commit(StompClientConnection j_receiver, String id, Map<String,String> headers, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection abort(StompClientConnection j_receiver, String id, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection abort(StompClientConnection j_receiver, String id, Map<String,String> headers, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection disconnect(StompClientConnection j_receiver, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection disconnect(StompClientConnection j_receiver, Map<String,Object> frame)
public static StompClientConnection disconnect(StompClientConnection j_receiver, Map<String,Object> frame, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection ack(StompClientConnection j_receiver, String id, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection nack(StompClientConnection j_receiver, String id, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection ack(StompClientConnection j_receiver, String id, String txId, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection nack(StompClientConnection j_receiver, String id, String txId, Handler<Map<String,Object>> receiptHandler)
public static StompClientConnection receivedFrameHandler(StompClientConnection j_receiver, Handler<Map<String,Object>> handler)
public static StompClientConnection writingFrameHandler(StompClientConnection j_receiver, Handler<Map<String,Object>> handler)
Copyright © 2017. All rights reserved.