Class BaseIntegrationFlowDefinition.ReplyProducerCleaner

java.lang.Object
org.springframework.integration.dsl.BaseIntegrationFlowDefinition.ReplyProducerCleaner
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
Enclosing class:
BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>

public static final class BaseIntegrationFlowDefinition.ReplyProducerCleaner extends Object implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
  • Constructor Details

    • ReplyProducerCleaner

      public ReplyProducerCleaner()
  • Method Details

    • requiresDestruction

      public boolean requiresDestruction(Object bean)
      Specified by:
      requiresDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
    • postProcessBeforeDestruction

      public void postProcessBeforeDestruction(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeDestruction in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
      Throws:
      org.springframework.beans.BeansException