Uses of Class
org.springframework.integration.dsl.SourcePollingChannelAdapterSpec
Packages that use SourcePollingChannelAdapterSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of SourcePollingChannelAdapterSpec in org.springframework.integration.dsl
Subclasses with type arguments of type SourcePollingChannelAdapterSpec in org.springframework.integration.dslMethods in org.springframework.integration.dsl that return SourcePollingChannelAdapterSpecModifier and TypeMethodDescriptionSourcePollingChannelAdapterSpec.autoStartup
(boolean autoStartup) SourcePollingChannelAdapterSpec.phase
(int phase) SourcePollingChannelAdapterSpec.poller
(PollerMetadata pollerMetadata) SourcePollingChannelAdapterSpec.sendTimeout
(long sendTimeout) The timeout for blocking send on channels.SourcePollingChannelAdapterSpec.taskScheduler
(TaskScheduler taskScheduler) Set aTaskScheduler
for polling tasks.Method parameters in org.springframework.integration.dsl with type arguments of type SourcePollingChannelAdapterSpecModifier 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 <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)