Uses of Interface
org.springframework.integration.endpoint.IntegrationConsumer
Package
Description
Provides core classes related to Endpoints.
-
Uses of IntegrationConsumer in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
Message Endpoint that connects anyMessageHandler
implementation to aSubscribableChannel
.class
Message Endpoint that connects anyMessageHandler
implementation to aPollableChannel
.class
AnAbstractEndpoint
implementation for Reactive Streams subscription into an input channel and reactive consumption of messages from that channel.