18#ifndef _ACTIVEMQ_TRANSPORT_DEFAULTTRANSPORTLISTENER_H_
19#define _ACTIVEMQ_TRANSPORT_DEFAULTTRANSPORTLISTENER_H_
#define AMQCPP_API
Definition: Config.h:30
A Utility class that create empty implementations for the TransportListener interface so that a subcl...
Definition: DefaultTransportListener.h:36
virtual void onException(const decaf::lang::Exception &ex AMQCPP_UNUSED)
Event handler for an exception from a command transport.
Definition: DefaultTransportListener.h:56
virtual void onCommand(const Pointer< Command > command AMQCPP_UNUSED)
Event handler for the receipt of a command.
Definition: DefaultTransportListener.h:49
virtual void transportInterrupted()
The transport has suffered an interruption from which it hopes to recover.
Definition: DefaultTransportListener.h:61
virtual ~DefaultTransportListener()
virtual void transportResumed()
The transport has resumed after an interruption.
Definition: DefaultTransportListener.h:66
A listener of asynchronous exceptions from a command transport object.
Definition: TransportListener.h:38
Definition: Exception.h:38
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24