Table of Contents

Class ContentRouter<TPayload, TResult>.Builder.WhenBuilder

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

Fluent route continuation.

public sealed class ContentRouter<TPayload, TResult>.Builder.WhenBuilder
Inheritance
ContentRouter<TPayload, TResult>.Builder.WhenBuilder
Inherited Members

Methods

Then(RouteHandler)

Adds the handler for the current predicate.

public ContentRouter<TPayload, TResult>.Builder Then(ContentRouter<TPayload, TResult>.RouteHandler handler)

Parameters

handler ContentRouter<TPayload, TResult>.RouteHandler

Returns

ContentRouter<TPayload, TResult>.Builder