Class BaseIntegrationFlowDefinition.ReplyProducerCleaner
java.lang.Object
org.springframework.integration.dsl.BaseIntegrationFlowDefinition.ReplyProducerCleaner
- All Implemented Interfaces:
- AopInfrastructureBean,- BeanPostProcessor,- DestructionAwareBeanPostProcessor
- Enclosing class:
- BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>
public static final class BaseIntegrationFlowDefinition.ReplyProducerCleaner
extends Object
implements DestructionAwareBeanPostProcessor, AopInfrastructureBean
- Since:
- 5.2.1
- Author:
- Artem Bilan, Gary Russell, Gabriele Del Prete, Tim Feuerbach, Ngoc Nhan
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostProcessBeforeDestruction(Object bean, String beanName) booleanrequiresDestruction(Object bean) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessorpostProcessAfterInitialization, postProcessBeforeInitialization
- 
Constructor Details- 
ReplyProducerCleanerpublic ReplyProducerCleaner()
 
- 
- 
Method Details- 
requiresDestruction- Specified by:
- requiresDestructionin interface- DestructionAwareBeanPostProcessor
 
- 
postProcessBeforeDestruction- Specified by:
- postProcessBeforeDestructionin interface- DestructionAwareBeanPostProcessor
- Throws:
- BeansException
 
 
-