JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.schlunzis.zis.stomp.client
org.schlunzis.zis.stomp.client
SendException
Uses of Class
org.schlunzis.zis.stomp.client.SendException
Uses of
SendException
in
org.schlunzis.zis.stomp.client
Methods in
org.schlunzis.zis.stomp.client
that throw
SendException
Modifier and Type
Method
Description
void
StompClient.
send
(
String
destination,
Object
body)
Sends a message to the specified destination with the given body.
void
StompClient.
send
(
String
destination,
String
body)
Sends a message to the specified destination with the given body.