Delegate ContentRouter<TPayload, TResult>.RouteHandler
- Namespace
- PatternKit.Messaging.Routing
- Assembly
- PatternKit.Core.dll
Handler executed for the first matching route.
public delegate TResult ContentRouter<TPayload, TResult>.RouteHandler(Message<TPayload> message, MessageContext context)
Parameters
messageMessage<TPayload>- Handler executed for the first matching route.
contextMessageContext- Handler executed for the first matching route.
Returns
- TResult
- Handler executed for the first matching route.