public interface ServiceClient
Modifier and Type | Method and Description |
---|---|
Message |
processRequest(Message message,
PipeLineSession session)
Method to implement for processing a request.
|
Message processRequest(Message message, PipeLineSession session) throws ListenerException
IListener
implementation.
message
- Message
to processsession
- PipeLineSession
of the request. If the request has a correlation ID, it should be put into this session.Message
.ListenerException
- Thrown if an exception occurs.Copyright © 2023 Frank!Framework. All rights reserved.