Uses of Class
org.springframework.integration.dsl.SourcePollingChannelAdapterSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of SourcePollingChannelAdapterSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionSourcePollingChannelAdapterSpec.autoStartup
(boolean autoStartup) SourcePollingChannelAdapterSpec.phase
(int phase) SourcePollingChannelAdapterSpec.poller
(PollerMetadata pollerMetadata) Modifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessageSource<?> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Populate the providedMessageSource
object to theIntegrationFlowBuilder
chain.static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Populate theMessageSource
object to theIntegrationFlowBuilder
chain using the fluent API from the providedMessageSourceSpec
.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSource<?> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) static IntegrationFlowBuilder
IntegrationFlows.from
(MessageSource<?> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Deprecated, for removal: This API element is subject to removal in a future version.Populate the providedMessageSource
object to theIntegrationFlowBuilder
chain.static IntegrationFlowBuilder
IntegrationFlows.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Deprecated, for removal: This API element is subject to removal in a future version.Populate theMessageSource
object to theIntegrationFlowBuilder
chain using the fluent API from the providedMessageSourceSpec
.static <T> IntegrationFlowBuilder
IntegrationFlow.fromSupplier
(Supplier<T> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) ProvidesSupplier
as source of messages to the integration flow.protected <T> IntegrationFlowBuilder
IntegrationFlowAdapter.fromSupplier
(Supplier<T> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) static <T> IntegrationFlowBuilder
IntegrationFlows.fromSupplier
(Supplier<T> messageSource, Consumer<SourcePollingChannelAdapterSpec> endpointConfigurer) Deprecated, for removal: This API element is subject to removal in a future version.ProvidesSupplier
as source of messages to the integration flow.