Table of Contents

Delegate ScatterGather<TRequest, TResponse, TResult>.RecipientHandler

Namespace
PatternKit.Messaging.Routing
Assembly
PatternKit.Core.dll
public delegate ScatterGatherReply<TResponse> ScatterGather<TRequest, TResponse, TResult>.RecipientHandler(Message<TRequest> message, MessageContext context)

Parameters

message Message<TRequest>
context MessageContext

Returns

ScatterGatherReply<TResponse>