Package org.apache.activemq.advisory
Class ConsumerStoppedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.activemq.advisory.ConsumerEvent
-
- org.apache.activemq.advisory.ConsumerStoppedEvent
-
- All Implemented Interfaces:
Serializable
public class ConsumerStoppedEvent extends ConsumerEvent
An event generated when a consumer stops.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isStarted()
-
Methods inherited from class org.apache.activemq.advisory.ConsumerEvent
getAdvisor, getConsumerCount, getConsumerId, getDestination
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ConsumerStoppedEvent
public ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)
-
-
Method Detail
-
isStarted
public boolean isStarted()
- Specified by:
isStarted
in classConsumerEvent
-
-