stomp
Prolog files
stomp.pl  -- STOMP client.![]()  | ||
|---|---|---|
| stomp_abort/2 | Send a ABORT frame. | ![]()  | 
| stomp_ack/2 | Reply with an ACK or NACK based on the received message header. | ![]()  | 
| stomp_ack/3 | Send an ACK frame. | ![]()  | 
| stomp_begin/2 | Send a BEGIN frame. | ![]()  | 
| stomp_commit/2 | Send a COMMIT frame. | ![]()  | 
| stomp_connect/1 | Setup the connection. | ![]()  | 
| stomp_connect/2 | Setup the connection. | ![]()  | 
| stomp_connection/5 | Create a connection reference. | ![]()  | 
| stomp_connection/6 | Create a connection reference. | ![]()  | 
| stomp_connection_property/2 | True when Property, is a property of Connection. | ![]()  | 
| stomp_destroy_connection/1 | Destroy a connection. | ![]()  | 
| stomp_disconnect/2 | Send a DISCONNECT frame. | ![]()  | 
| stomp_nack/2 | Reply with an ACK or NACK based on the received message header. | ![]()  | 
| stomp_nack/3 | Send a NACK frame. | ![]()  | 
| stomp_reconnect/1 | Teardown the connection and try to reconnect. | ![]()  | 
| stomp_send/4 | Send a SEND frame. | ![]()  | 
| stomp_send_json/4 | Send a SEND frame. | ![]()  | 
| stomp_setup/2 | Set up the actual socket connection and start receiving thread. | ![]()  | 
| stomp_subscribe/4 | Send a SUBSCRIBE frame. | ![]()  | 
| stomp_teardown/1 | Tear down the socket connection, stop receiving thread and heartbeat thread (if applicable). | ![]()  | 
| stomp_transaction/2 | Run Goal as once/1, tagging all SEND messages inside the transaction with the transaction id. | ![]()  | 
| stomp_unsubscribe/2 | Send an UNSUBSCRIBE frame. | ![]()  | 
