18#ifndef _ACTIVEMQ_TRANSPORT_COMPOSITETRANSPORT_H_
19#define _ACTIVEMQ_TRANSPORT_COMPOSITETRANSPORT_H_
29 using decaf::util::List;
30 using decaf::net::URI;
#define AMQCPP_API
Definition Config.h:30
A Composite Transport is a Transport implementation that is composed of several Transports.
Definition CompositeTransport.h:40
virtual void addURI(bool rebalance, const List< URI > &uris)=0
Add a URI to the list of URI's that will represent the set of Transports that this Transport is a com...
virtual void removeURI(bool rebalance, const List< URI > &uris)=0
Remove a URI from the set of URI's that represents the set of Transports that this Transport is compo...
virtual ~CompositeTransport()
Interface for a transport layer for command objects.
Definition Transport.h:60
An ordered collection (also known as a sequence).
Definition List.h:47
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24