Class JdbcListener<M>

Type Parameters:
M - MessageWrapper or key. Key is also used as messageId
All Implemented Interfaces:
HasPhysicalDestination, IConfigurable, IConfigurationAware, IHasProcessState<M>, IListener<M>, INamedObject, IPeekableListener<M>, IPullingListener<M>, IScopeProvider, IXAEnabled, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
JdbcQueryListener, JdbcTableListener

public class JdbcListener<M> extends JdbcFacade implements IPeekableListener<M>, IHasProcessState<M>
JdbcListener base class.
Since:
4.7
Author:
Gerrit van Brakel