See: Description
Interface | Description |
---|---|
ConsumerListener |
Listen to the changes in the number of active consumers available for a given destination.
|
DestinationListener |
Listen to the changes in destinations being created or destroyed
|
ProducerListener |
Listen to the changes in the number of active consumers available for a given destination.
|
Class | Description |
---|---|
AdvisorySupport | |
ConsumerEvent |
An event when the number of consumers on a given destination changes.
|
ConsumerEventSource |
An object which can be used to listen to the number of active consumers
available on a given destination.
|
ConsumerStartedEvent |
An event when a new consumer has started.
|
ConsumerStoppedEvent |
An event generated when a consumer stops.
|
DestinationEvent |
An event caused when a destination is created or deleted
|
DestinationSource |
A helper class which keeps track of the Destinations available in a broker and allows you to listen to them
being created or deleted.
|
ProducerEvent |
An event when the number of producers on a given destination changes.
|
ProducerEventSource |
An object which can be used to listen to the number of active consumers
available on a given destination.
|
ProducerStartedEvent |
An event when a new consumer has started.
|
ProducerStoppedEvent |
An event generated when a consumer stops.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.