public class MutableBrokerFilter extends BrokerFilter
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<Broker> |
next |
| Constructor and Description |
|---|
MutableBrokerFilter(Broker next) |
| Modifier and Type | Method and Description |
|---|---|
Broker |
getAdaptor(Class<?> type)
Get a Broker from the Broker Stack that is a particular class
|
Broker |
getNext() |
void |
setNext(Broker next) |
acknowledge, addBroker, addConnection, addConsumer, addDestination, addDestinationInfo, addProducer, addSession, beginTransaction, brokerServiceStarted, commitTransaction, fastProducer, forgetTransaction, gc, getAdminConnectionContext, getBrokerId, getBrokerName, getBrokerSequenceId, getBrokerService, getClients, getDestinationMap, getDestinationMap, getDestinations, getDestinations, getDurableDestinations, getExecutor, getPeerBrokerInfos, getPreparedTransactions, getRoot, getScheduler, getTempDataStore, getVmConnectorURI, isExpired, isFaultTolerantConfiguration, isFull, isStopped, messageConsumed, messageDelivered, messageDiscarded, messageExpired, messagePull, networkBridgeStarted, networkBridgeStopped, nowMasterBroker, postProcessDispatch, prepareTransaction, preProcessDispatch, processConsumerControl, processDispatchNotification, reapplyInterceptor, removeBroker, removeConnection, removeConsumer, removeDestination, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, send, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumer, start, stop, virtualDestinationAdded, virtualDestinationRemovedprotected AtomicReference<Broker> next
public MutableBrokerFilter(Broker next)
public Broker getAdaptor(Class<?> type)
BrokergetAdaptor in interface BrokergetAdaptor in class BrokerFilterpublic Broker getNext()
getNext in class BrokerFilterCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.