Class ScatterGatherResult<TResponse, TResult>
- Namespace
- PatternKit.Messaging.Routing
- Assembly
- PatternKit.Core.dll
Aggregated scatter-gather dispatch result.
public sealed class ScatterGatherResult<TResponse, TResult>
Type Parameters
TResponseTResult
- Inheritance
-
ScatterGatherResult<TResponse, TResult>
- Inherited Members
Properties
Name
public string Name { get; }
Property Value
RejectionReason
public string? RejectionReason { get; }
Property Value
Replies
public IReadOnlyList<ScatterGatherReply<TResponse>> Replies { get; }
Property Value
- IReadOnlyList<ScatterGatherReply<TResponse>>
Result
public TResult? Result { get; }
Property Value
- TResult
Succeeded
public bool Succeeded { get; }