Class JdbcListener<M>

java.lang.Object
org.frankframework.jdbc.JdbcFacade
org.frankframework.jdbc.JdbcListener<M>
Type Parameters:
M - MessageWrapper or key. Key is also used as messageId
All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IHasProcessState<M>, IListener<M>, IPeekableListener<M>, IPullingListener<M>, IRedeliveringListener<M>, IScopeProvider, IXAEnabled, NameAware, ConfigurableLifecycle, ReceiverAware<M>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
Direct Known Subclasses:
JdbcQueryListener, JdbcTableListener

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

  • Constructor Details

    • JdbcListener

      public JdbcListener()
  • Method Details