Interface IListener<M>

Type Parameters:
M - the raw message type
All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, INamedObject, IScopeProvider
All Known Subinterfaces:
ICorrelatedPullingListener<M>, IPeekableListener<M>, IPortConnectedListener<M>, IPostboxListener<M>, IPullingListener<M>, IPushingListener<M>, IRedeliveringListener<M>
All Known Implementing Classes:
ApiListener, FileRecordListener, HttpListener, JavaListener, JdbcListener, JdbcQueryListener, JdbcTableListener, JmsListener, JmsListenerBase, MessageStoreListener, PullingJmsListener, PushingJmsListener, PushingListenerAdapter, RestListener, SimpleJdbcListener, WebServiceListener

@FrankDocGroup(LISTENER) @ElementType(LISTENER) public interface IListener<M> extends IConfigurable
Base-interface for IPullingListener and IPushingListener.
Since:
4.2
Author:
Gerrit van Brakel