Interface StompTransport
- All Known Implementing Classes:
StompTransportFilter
public interface StompTransport
Basic interface that mediates between protocol converter and transport
-
Method Summary
Modifier and TypeMethodDescriptionvoidonException(IOException error) voidsendToActiveMQ(org.apache.activemq.command.Command command) voidsendToStomp(StompFrame command)
-
Method Details
-
sendToActiveMQ
void sendToActiveMQ(org.apache.activemq.command.Command command) -
sendToStomp
- Throws:
IOException
-
onException
-
getInactivityMonitor
StompInactivityMonitor getInactivityMonitor() -
getWireFormat
StompWireFormat getWireFormat()
-