Class EventDrivenConsumer

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, ExpressionCapable, IntegrationConsumer, NamedComponent, ManageableLifecycle, ManageableSmartLifecycle

public class EventDrivenConsumer extends AbstractEndpoint implements IntegrationConsumer
Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
  • Constructor Details

    • EventDrivenConsumer

      public EventDrivenConsumer(org.springframework.messaging.SubscribableChannel inputChannel, org.springframework.messaging.MessageHandler handler)
  • Method Details