Interface IMessageProcessor
- Namespace
- Steeltoe.Integration.Handler
- Assembly
- Steeltoe.Integration.Abstractions.dll
This defines the lowest-level strategy of processing a Message and returning some Object(or null). Implementations will be focused on generic concerns, such as invoking a method, running a script, or evaluating an expression.
public interface IMessageProcessor
Methods
ProcessMessage(IMessage)
Process a message and return a value or null
object ProcessMessage(IMessage message)
Parameters
message
IMessagemessage to process
Returns
- object
resulting object