Interface ICorrelatedPullingListener<M>

Type Parameters:
M - the raw message type
All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, IListener<M>, INamedObject, IPullingListener<M>, IScopeProvider
All Known Implementing Classes:
PullingJmsListener

public interface ICorrelatedPullingListener<M> extends IPullingListener<M>
Additional behaviour for pulling listeners that are able to listen to a specific message, specified by a correlation ID.
Since:
4.0
Author:
Gerrit van Brakel