Package org.frankframework.processors
Interface ListenerProcessor<M>
- All Known Implementing Classes:
CoreListenerProcessor
public interface ListenerProcessor<M>
- Author:
- Jaco de Groot
-
Method Summary
Modifier and TypeMethodDescriptiongetMessage
(ICorrelatedPullingListener<M> listener, String correlationID, PipeLineSession pipeLineSession)
-
Method Details