public interface MessageConduit
| Modifier and Type | Method and Description |
|---|---|
StompSession |
getSession() |
void |
send(org.projectodd.stilts.stomp.StompMessage stompMessage) |
org.projectodd.stilts.stomp.Subscription |
subscribe(String subscriptionId,
String destination,
org.projectodd.stilts.stomp.Headers headers) |
StompSession getSession()
void send(org.projectodd.stilts.stomp.StompMessage stompMessage) throws Exception
Exceptionorg.projectodd.stilts.stomp.Subscription subscribe(String subscriptionId, String destination, org.projectodd.stilts.stomp.Headers headers) throws Exception
ExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.