M
- the raw message typepublic interface IPushingListener<M> extends IListener<M>
Modifier and Type | Method and Description |
---|---|
void |
setExceptionListener(IbisExceptionListener listener)
Set a (single) listener that will be notified of any exceptions.
|
void |
setHandler(IMessageHandler<M> handler)
Set the handler that will do the processing of the message.
|
RawMessageWrapper<M> |
wrapRawMessage(M rawMessage,
PipeLineSession session)
Wrap a raw message in a MessageWrapper.
|
afterMessageProcessed, close, configure, extractMessage, open
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
void setHandler(IMessageHandler<M> handler)
void setExceptionListener(IbisExceptionListener listener)
RawMessageWrapper<M> wrapRawMessage(M rawMessage, PipeLineSession session) throws ListenerException
PipeLineSession
with properties
from the message.rawMessage
- The raw message data, unwrappedsession
- PipeLineSession
to populate with properties from the message.ListenerException
- If any exception occurs during wrapping, a ListenerException
is thrown.Copyright © 2023 Frank!Framework. All rights reserved.