Table of Contents

Delegate ScatterGather<TRequest, TResponse, TResult>.ResponseAggregator

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

Parameters

replies IReadOnlyList<ScatterGatherReply<TResponse>>
message Message<TRequest>
context MessageContext

Returns

TResult