Uses of Interface
org.mule.api.retry.RetryPolicy

Packages that use RetryPolicy
org.mule.api.retry   
org.mule.retry.async   
org.mule.retry.policies   
 

Uses of RetryPolicy in org.mule.api.retry
 

Methods in org.mule.api.retry that return RetryPolicy
 RetryPolicy RetryPolicyTemplate.createRetryInstance()
           
 

Uses of RetryPolicy in org.mule.retry.async
 

Methods in org.mule.retry.async that return RetryPolicy
 RetryPolicy AsynchronousRetryTemplate.createRetryInstance()
           
 

Uses of RetryPolicy in org.mule.retry.policies
 

Classes in org.mule.retry.policies that implement RetryPolicy
protected static class NoRetryPolicyTemplate.NoRetryPolicy
           
 class SimpleRetryPolicy
          Allows to configure how many times a retry should be attempted and how long to wait between retries.
 

Methods in org.mule.retry.policies that return RetryPolicy
 RetryPolicy NoRetryPolicyTemplate.createRetryInstance()
           
 RetryPolicy RetryForeverPolicyTemplate.createRetryInstance()
           
 RetryPolicy SimpleRetryPolicyTemplate.createRetryInstance()
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.