C# Класс StatesLanguage.States.RetryCatchStateBuilder

Наследование: ParameterStateBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
Catcher ( StatesLanguage.States.Catcher.Builder catcherBuilder ) : B

OPTIONAL. Adds the Catcher to this states catchers. If a single branch fails then the entire parallel state is considered failed and eligible to be caught.

Catchers ( ) : B

OPTIONAL. Adds the Catchers to this states catchers. If a single branch fails then the entire parallel state is considered failed and eligible to be caught.

ResultSelector ( JObject resultSelector ) : B
Retrier ( StatesLanguage.States.Retrier.Builder retrierBuilder ) : B

OPTIONAL. Adds the {@link Retrier} to this states retries. If a single branch fails then the entire parallel state is considered failed and eligible for retry.

Retriers ( ) : B

OPTIONAL. Adds the Retrier to this states retries. If a single branch fails then the entire parallel state is considered failed and eligible for retry.

Приватные методы

Метод Описание
RetryCatchStateBuilder ( ) : System.Collections.Generic

Описание методов

Catcher() публичный Метод

OPTIONAL. Adds the Catcher to this states catchers. If a single branch fails then the entire parallel state is considered failed and eligible to be caught.
public Catcher ( StatesLanguage.States.Catcher.Builder catcherBuilder ) : B
catcherBuilder StatesLanguage.States.Catcher.Builder /// Instance of . Note that the object is not built until the /// is built so any modifications on the state model will be reflected in this object. ///
Результат B

Catchers() публичный Метод

OPTIONAL. Adds the Catchers to this states catchers. If a single branch fails then the entire parallel state is considered failed and eligible to be caught.
public Catchers ( ) : B
Результат B

ResultSelector() публичный Метод

public ResultSelector ( JObject resultSelector ) : B
resultSelector JObject
Результат B

Retrier() публичный Метод

OPTIONAL. Adds the {@link Retrier} to this states retries. If a single branch fails then the entire parallel state is considered failed and eligible for retry.
public Retrier ( StatesLanguage.States.Retrier.Builder retrierBuilder ) : B
retrierBuilder StatesLanguage.States.Retrier.Builder /// Instance of . Note that the object is not built /// until the is built so any modifications on the state model will be reflected in this /// object. ///
Результат B

Retriers() публичный Метод

OPTIONAL. Adds the Retrier to this states retries. If a single branch fails then the entire parallel state is considered failed and eligible for retry.
public Retriers ( ) : B
Результат B