IRetryClassifier Interface

Definition

Assembly CliInvoke.Core.dll

Classifies whether a failed process result should be retried.

public interface IRetryClassifier

Remarks

Implementations classify results as retryable or terminal. The retry middleware consults this classifier after each completed attempt to decide whether to re-invoke the pipeline.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Methods (1)