A Utility class that create empty implementations for the TransportListener interface so that a subclass only needs to override the one's its interested.
More...
#include <src/main/activemq/transport/DefaultTransportListener.h>
A Utility class that create empty implementations for the TransportListener interface so that a subclass only needs to override the one's its interested.
◆ ~DefaultTransportListener()
virtual activemq::transport::DefaultTransportListener::~DefaultTransportListener |
( |
| ) |
|
|
virtual |
◆ onCommand()
virtual void activemq::transport::DefaultTransportListener::onCommand |
( |
const Pointer< Command > command | AMQCPP_UNUSED | ) |
|
|
inlinevirtual |
◆ onException()
Event handler for an exception from a command transport.
- Parameters
-
◆ transportInterrupted()
virtual void activemq::transport::DefaultTransportListener::transportInterrupted |
( |
| ) |
|
|
inlinevirtual |
◆ transportResumed()
virtual void activemq::transport::DefaultTransportListener::transportResumed |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: