Class ResiliencePipelineDescriptor
Describes the resilience pipeline.
public sealed class ResiliencePipelineDescriptor
- Inheritance
-
ResiliencePipelineDescriptor
- Inherited Members
Properties
FirstStrategy
Gets the first strategy of the pipeline.
public ResilienceStrategyDescriptor FirstStrategy { get; }
Property Value
IsReloadable
Gets a value indicating whether the resilience pipeline is reloadable.
public bool IsReloadable { get; }
Property Value
Strategies
Gets the strategies the pipeline is composed of.
public IReadOnlyList<ResilienceStrategyDescriptor> Strategies { get; }