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
-
Method Summary
Modifier and Type Method Description voidpostProcessBeforeDestruction(java.lang.Object bean, java.lang.String beanName)booleanrequiresDestruction(java.lang.Object bean)
-
Method Details
-
requiresDestruction
public boolean requiresDestruction(java.lang.Object bean)- Specified by:
requiresDestructionin interfaceorg.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
-
postProcessBeforeDestruction
public void postProcessBeforeDestruction(java.lang.Object bean, java.lang.String beanName) throws org.springframework.beans.BeansException- Specified by:
postProcessBeforeDestructionin interfaceorg.springframework.beans.factory.config.DestructionAwareBeanPostProcessor- Throws:
org.springframework.beans.BeansException
-