Uses of Class
org.springframework.integration.endpoint.AbstractPollingEndpoint
Package
Description
Base package for configuration.
Provides core classes related to Endpoints.
-
Uses of AbstractPollingEndpoint in org.springframework.integration.config
Modifier and TypeMethodDescriptionprotected void
AbstractMethodAnnotationPostProcessor.configurePollingEndpoint
(AbstractPollingEndpoint pollingEndpoint, Poller poller) -
Uses of AbstractPollingEndpoint in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
Message Endpoint that connects anyMessageHandler
implementation to aPollableChannel
.class
A Channel Adapter implementation for connecting aMessageSource
to aMessageChannel
.