Uses of Class
org.mule.retry.policies.AbstractPolicyTemplate

Packages that use AbstractPolicyTemplate
org.mule.retry.policies   
 

Uses of AbstractPolicyTemplate in org.mule.retry.policies
 

Subclasses of AbstractPolicyTemplate in org.mule.retry.policies
 class NoRetryPolicyTemplate
          This policy is basically a placeholder.
 class RetryForeverPolicyTemplate
          This policy is the same as SimpleRetryPolicyTemplate but will retry an infinite amount of times.
 class SimpleRetryPolicyTemplate
          This policy allows the user to configure how many times a retry should be attempted and how long to wait between retries.
 



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