public class RetryWhenOtherSucceededFailBehavior extends FailBehavior
Constructor and Description |
---|
RetryWhenOtherSucceededFailBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
failAction(WebService context,
java.util.ArrayList<RESTRequest<? extends Resource>> failedRequests)
Action to perform for all requests which defined this FailBehavior as behavior of failure
|
public void failAction(WebService context, java.util.ArrayList<RESTRequest<? extends Resource>> failedRequests)
FailBehavior
failAction
in class FailBehavior
context
- Instance of WebService
within which the specified request is runningfailedRequests
- List of all failed requestsFailBehavior.failAction(WebService, ArrayList)