Class EventDrivenConsumer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ExpressionCapable, IntegrationConsumer, NamedComponent, ManageableLifecycle, ManageableSmartLifecycle

public class EventDrivenConsumer
extends AbstractEndpoint
implements IntegrationConsumer
Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell