Class BaseIntegrationFlowDefinition.ReplyProducerCleaner
java.lang.Object
org.springframework.integration.dsl.BaseIntegrationFlowDefinition.ReplyProducerCleaner
- All Implemented Interfaces:
BeanPostProcessor
,DestructionAwareBeanPostProcessor
- Enclosing class:
- BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>
public static final class BaseIntegrationFlowDefinition.ReplyProducerCleaner extends Object implements DestructionAwareBeanPostProcessor
-
Constructor Summary
Constructors Constructor Description ReplyProducerCleaner()
-
Method Summary
Modifier and Type Method Description void
postProcessBeforeDestruction(Object bean, String beanName)
boolean
requiresDestruction(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
-
ReplyProducerCleaner
public ReplyProducerCleaner()
-
-
Method Details
-
requiresDestruction
- Specified by:
requiresDestruction
in interfaceDestructionAwareBeanPostProcessor
-
postProcessBeforeDestruction
- Specified by:
postProcessBeforeDestruction
in interfaceDestructionAwareBeanPostProcessor
- Throws:
BeansException
-