Class AbstractChaosMonkeyAdvice
java.lang.Object
de.codecentric.spring.boot.chaos.monkey.watcher.advice.AbstractChaosMonkeyAdvice
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
ChaosMonkeyDefaultAdvice,ChaosMonkeyHealthIndicatorAdvice
public abstract class AbstractChaosMonkeyAdvice
extends Object
implements org.aopalliance.intercept.MethodInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcalculatePointcut(String target) protected StringcreateSignature(org.aspectj.lang.reflect.MethodSignature signature) final Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation) protected abstract Objectinvoke(org.aspectj.lang.ProceedingJoinPoint pjp)