Package org.frankframework.core
Interface IKnowsDeliveryCount<M>
- All Superinterfaces:
org.springframework.context.ApplicationContextAware
,org.springframework.beans.factory.Aware
,IConfigurable
,IConfigurationAware
,IListener<M>
,INamedObject
,IScopeProvider
- All Known Implementing Classes:
JmsListener
,PushingJmsListener
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
setApplicationContext
Methods inherited from interface org.frankframework.core.IConfigurationAware
getApplicationContext, getName
Methods inherited from interface org.frankframework.core.IListener
afterMessageProcessed, configure, extractMessage, start, stop
Methods inherited from interface org.frankframework.core.INamedObject
getName, setName
Methods inherited from interface org.frankframework.core.IScopeProvider
getConfigurationClassLoader
-
Method Details
-
getDeliveryCount
-