Uses of Class
org.springframework.retry.backoff.ExponentialBackOffPolicy

Packages that use ExponentialBackOffPolicy
org.springframework.retry.backoff Infrastructure implementations of retry backoff concerns. 
 

Uses of ExponentialBackOffPolicy in org.springframework.retry.backoff
 

Subclasses of ExponentialBackOffPolicy in org.springframework.retry.backoff
 class ExponentialRandomBackOffPolicy
          Implementation of ExponentialBackOffPolicy that chooses a random multiple of the interval.
 

Methods in org.springframework.retry.backoff that return ExponentialBackOffPolicy
protected  ExponentialBackOffPolicy ExponentialRandomBackOffPolicy.newInstance()
           
protected  ExponentialBackOffPolicy ExponentialBackOffPolicy.newInstance()
           
 ExponentialBackOffPolicy ExponentialBackOffPolicy.withSleeper(Sleeper sleeper)
           
 

Methods in org.springframework.retry.backoff with parameters of type ExponentialBackOffPolicy
protected  void ExponentialBackOffPolicy.cloneValues(ExponentialBackOffPolicy target)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.