Class DoubleKillAround

  • All Implemented Interfaces:

    @Order(value = WingsOrdered.Lv3Service) 
    public class DoubleKillAround
    
                        

    Use in single JVM and the key without serialization/deserialization

    Since:

    2021-03-09

    Author:

    trydofor

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object doubleKill(ProceedingJoinPoint joinPoint)
      void setBeanFactory(BeanFactory beanFactory)
      void setAsyncExecutor(Executor asyncExecutor)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoubleKillAround

        DoubleKillAround()
    • Method Detail

      • setBeanFactory

        @Autowired(required = false) void setBeanFactory(BeanFactory beanFactory)
      • setAsyncExecutor

        @Autowired()@Qualifier(value = AsyncAnnotationBeanPostProcessor.DEFAULT_TASK_EXECUTOR_BEAN_NAME) void setAsyncExecutor(Executor asyncExecutor)