Interface IKnowsDeliveryCount<M>
- All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, FrankElement, HasApplicationContext, HasName, IConfigurable, IListener<M>, IScopeProvider, NameAware
- All Known Implementing Classes:
BisJmsListener, EsbJmsListener, FxfListener, JmsListener, PushingJmsListener, TibcoLogJmsListener
Interface to be implemented by Listeners that can find out the delivery count
of the messages they receive.
- Since:
- 4.9
- Author:
- Gerrit van Brakel
-
Method Summary
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface IConfigurable
configureMethods inherited from interface IListener
afterMessageProcessed, extractMessage, start, stop
-
Method Details
-
getDeliveryCount
-