com.amazonaws.services.simpleworkflow.flow.aspectj
Class ExponentialRetryAspect

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.aspectj.ExponentialRetryAspect

public class ExponentialRetryAspect
extends Object


Constructor Summary
ExponentialRetryAspect()
           
 
Method Summary
 Object retry(org.aspectj.lang.ProceedingJoinPoint pjp, ExponentialRetry retryAnnotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExponentialRetryAspect

public ExponentialRetryAspect()
Method Detail

retry

public Object retry(org.aspectj.lang.ProceedingJoinPoint pjp,
                    ExponentialRetry retryAnnotation)
             throws Throwable
Throws:
Throwable


Copyright © 2016. All rights reserved.