C# 클래스 StatesLanguage.States.RetryCatchStateBuilder

상속: ParameterStateBuilder
파일 보기 프로젝트 열기: vdaron/StatesLanguage

공개 메소드들

메소드 설명
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