Class FeatureAdvisor

java.lang.Object
org.unleash.features.aop.FeatureAdvisor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

@Component("feature.advisor") public class FeatureAdvisor extends Object implements org.aopalliance.intercept.MethodInterceptor
  • Constructor Summary

    Constructors
    Constructor
    Description
    FeatureAdvisor(io.getunleash.Unleash unleash, org.springframework.context.ApplicationContext applicationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(org.aopalliance.intercept.MethodInvocation mi)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeatureAdvisor

      public FeatureAdvisor(io.getunleash.Unleash unleash, org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • invoke

      public Object invoke(@NotNull org.aopalliance.intercept.MethodInvocation mi) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable