Table of Contents

Delegate DynamicRouter<TPayload, TResult>.RouteHandler

Namespace
PatternKit.Messaging.Routing
Assembly
PatternKit.Core.dll

Handler executed for the first matching dynamic route.

public delegate TResult DynamicRouter<TPayload, TResult>.RouteHandler(Message<TPayload> message, MessageContext context)

Parameters

message Message<TPayload>
Handler executed for the first matching dynamic route.
context MessageContext
Handler executed for the first matching dynamic route.

Returns

TResult
Handler executed for the first matching dynamic route.