Interface IntegrationConsumer

All Superinterfaces:
NamedComponent
All Known Implementing Classes:
EventDrivenConsumer, PollingConsumer, ReactiveStreamsConsumer

public interface IntegrationConsumer
extends NamedComponent
Message consumers implement this interface, the message handler within a consumer may or may not emit output messages.
Since:
4.3
Author:
Gary Russell