protected static class EnableRetryWithBackoffTests.ExponentialRandomService extends Object
Modifier | Constructor and Description |
---|---|
protected |
EnableRetryWithBackoffTests.ExponentialRandomService() |
protected EnableRetryWithBackoffTests.ExponentialRandomService()
@Retryable(backoff=@Backoff(delay=1000L,maxDelay=2000L,multiplier=1.1,random=true)) public void service(int value)
public int getCount()
Copyright © 2014 SpringSource. All rights reserved.