Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
RetryCatchStateBuilder ( ) : System.Collections.Generic |
public Catcher ( StatesLanguage.States.Catcher.Builder catcherBuilder ) : B | ||
catcherBuilder | StatesLanguage.States.Catcher.Builder |
/// Instance of |
return | B |
public ResultSelector ( JObject resultSelector ) : B | ||
resultSelector | JObject | |
return | B |
public Retrier ( StatesLanguage.States.Retrier.Builder retrierBuilder ) : B | ||
retrierBuilder | StatesLanguage.States.Retrier.Builder |
/// Instance of |
return | B |