Package org.apache.activemq.advisory
Interface ProducerListener
- 
 public interface ProducerListenerListen to the changes in the number of active consumers available for a given destination.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonProducerEvent(ProducerEvent event)
 
- 
- 
- 
Method Detail- 
onProducerEventvoid onProducerEvent(ProducerEvent event) 
 
- 
 
-