public interface StompTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
commit() |
void |
send(StompMessage message) |
void commit()
throws StompException
StompExceptionvoid abort()
throws StompException
StompExceptionvoid send(StompMessage message) throws StompException
StompExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.