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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessBeforeDestruction(Object bean, String beanName) booleanrequiresDestruction(Object bean) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization, postProcessBeforeInitialization
-
Constructor Details
-
ReplyProducerCleaner
public ReplyProducerCleaner()
-
-
Method Details
-
requiresDestruction
- Specified by:
requiresDestructionin interfaceorg.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
-
postProcessBeforeDestruction
public void postProcessBeforeDestruction(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeDestructionin interfaceorg.springframework.beans.factory.config.DestructionAwareBeanPostProcessor- Throws:
org.springframework.beans.BeansException
-