public interface StompTransport
Modifier and Type | Method and Description |
---|---|
StompInactivityMonitor |
getInactivityMonitor() |
StompWireFormat |
getWireFormat() |
void |
onException(IOException error) |
void |
sendToActiveMQ(Command command) |
void |
sendToStomp(StompFrame command) |
void sendToActiveMQ(Command command)
void sendToStomp(StompFrame command) throws IOException
IOException
void onException(IOException error)
StompInactivityMonitor getInactivityMonitor()
StompWireFormat getWireFormat()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.