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 Details

    • AbstractChaosMonkeyAdvice

      public AbstractChaosMonkeyAdvice()
  • Method Details

    • invoke

      public final Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable
    • invoke

      protected abstract Object invoke(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Throws:
      Throwable
    • calculatePointcut

      protected String calculatePointcut(String target)
    • createSignature

      protected String createSignature(org.aspectj.lang.reflect.MethodSignature signature)