18#ifndef FAILOVERTRANSPORTLISTENER_H_
19#define FAILOVERTRANSPORTLISTENER_H_
45 FailoverTransportListener(
const FailoverTransportListener&);
46 FailoverTransportListener& operator=(
const FailoverTransportListener&);
#define AMQCPP_API
Definition Config.h:30
A listener of asynchronous exceptions from a command transport object.
Definition TransportListener.h:38
Definition FailoverTransport.h:49
virtual void onCommand(const Pointer< Command > command)
Event handler for the receipt of a command.
virtual void transportResumed()
The transport has resumed after an interruption.
virtual void onException(const decaf::lang::Exception &ex)
Event handler for an exception from a command transport.
virtual ~FailoverTransportListener()
virtual void transportInterrupted()
The transport has suffered an interruption from which it hopes to recover.
FailoverTransportListener(FailoverTransport *parent)
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
Definition BackupTransport.h:31
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24