Interface IRedeliveringListener<M>

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, IListener<M>, INamedObject, IScopeProvider
All Known Implementing Classes:
JmsListener, JmsListenerBase, PullingJmsListener, PushingJmsListener

public interface IRedeliveringListener<M> extends IListener<M>
  • Method Details

    • messageWillBeRedeliveredOnExitStateError

      boolean messageWillBeRedeliveredOnExitStateError(PipeLineSession pipeLineSession)