Uses of Class
com.amazonaws.services.simpleworkflow.flow.worker.ExponentialRetryParameters

Packages that use ExponentialRetryParameters
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.worker   
 

Uses of ExponentialRetryParameters in com.amazonaws.services.simpleworkflow.flow
 

Methods in com.amazonaws.services.simpleworkflow.flow that return ExponentialRetryParameters
 ExponentialRetryParameters SynchronousActivityWorker.getReportCompletionRetryParameters()
           
 ExponentialRetryParameters SynchronousActivityWorker.getReportFailureRetryParameters()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type ExponentialRetryParameters
 void SynchronousActivityWorker.setReportCompletionRetryParameters(ExponentialRetryParameters reportCompletionRetryParameters)
           
 void SynchronousActivityWorker.setReportFailureRetryParameters(ExponentialRetryParameters reportFailureRetryParameters)
           
 

Uses of ExponentialRetryParameters in com.amazonaws.services.simpleworkflow.flow.worker
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker that return ExponentialRetryParameters
 ExponentialRetryParameters SynchronousActivityTaskPoller.getReportCompletionRetryParameters()
           
 ExponentialRetryParameters SynchronousActivityTaskPoller.getReportFailureRetryParameters()
           
 ExponentialRetryParameters SynchronousRetrier.getRetryParameters()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type ExponentialRetryParameters
 void SynchronousActivityTaskPoller.setReportCompletionRetryParameters(ExponentialRetryParameters reportCompletionRetryParameters)
           
 void SynchronousActivityTaskPoller.setReportFailureRetryParameters(ExponentialRetryParameters reportFailureRetryParameters)
           
 

Constructors in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type ExponentialRetryParameters
SynchronousRetrier(ExponentialRetryParameters retryParameters, Class<?>... exceptionsToNotRetry)
           
 



Copyright © 2016. All rights reserved.