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 java.lang.Object
implements org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
  • Constructor Summary

    Constructors 
    Constructor Description
    ReplyProducerCleaner()  
  • Method Summary

    Modifier and Type Method Description
    void postProcessBeforeDestruction​(java.lang.Object bean, java.lang.String beanName)  
    boolean requiresDestruction​(java.lang.Object bean)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor

    postProcessAfterInitialization, postProcessBeforeInitialization
  • Constructor Details

  • Method Details

    • requiresDestruction

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

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