org.mule.api.retry
Interface RetryPolicy

All Known Implementing Classes:
NoRetryPolicyTemplate.NoRetryPolicy, SimpleRetryPolicy

public interface RetryPolicy

A RetryPolicy takes some action each time an exception occurs and returns a PolicyStatus which indicates whether the policy is exhausted or should continue to retry.


Method Summary
 PolicyStatus applyPolicy(Throwable cause)
           
 

Method Detail

applyPolicy

PolicyStatus applyPolicy(Throwable cause)


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