Namespace Steeltoe.Integration.Handler
Classes
Interfaces
- IHeaderPropagation
MessageHandlers implementing this interface can propagate headers from an input message to an output message.
- IMessageProcessor
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.
- IMessageProcessor<T>
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.