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
repliesIReadOnlyList<ScatterGatherReply<TResponse>>messageMessage<TRequest>contextMessageContext
Returns
- TResult