Table of Contents

Namespace Steeltoe.Messaging.Handler.Invocation

Classes

AbstractAsyncReturnValueHandler
AbstractExceptionHandlerMethodResolver
AbstractMethodMessageHandler<T>
AbstractMethodMessageHandler<T>.Match
AbstractMethodMessageHandler<T>.MatchComparer
HandlerMethodArgumentResolverComposite
HandlerMethodReturnValueHandlerComposite
InvocableHandlerMethod
MethodArgumentResolutionException

Interfaces

IAsyncHandlerMethodReturnValueHandler

Async return value handler

IHandlerMethodArgumentResolver

Strategy interface for resolving method parameters into argument values in the context of a given request.

IHandlerMethodReturnValueHandler

Strategy interface to handle the value returned from the invocation of a method handling a Message.

IInvocableHandlerMethod

Invokes the underlying method with argument values resolved from the current message.