Table of Contents

Namespace Steeltoe.Integration.Handler

Classes

AbstractMessageHandler
AbstractMessageProcessor<T>
AbstractMessageProducingHandler
AbstractReplyProducingMessageHandler
BridgeHandler
ExpressionEvaluatingMessageProcessor<T>
LoggingHandler
MethodInvokingMessageProcessor<T>
ReplyProducingMessageHandlerWrapper
ReplyRequiredException
ServiceActivatingHandler

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.