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, virtualDestinationRemoved
protected AtomicReference<Broker> next
public MutableBrokerFilter(Broker next)
public Broker getAdaptor(Class<?> type)
Broker
getAdaptor
in interface Broker
getAdaptor
in class BrokerFilter
public Broker getNext()
getNext
in class BrokerFilter
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.