クラスの使用
org.springframework.integration.dsl.SourcePollingChannelAdapterSpec
SourcePollingChannelAdapterSpec を使用するパッケージ
org.springframework.integration.dsl 内の SourcePollingChannelAdapterSpec 使用
修飾子と型メソッド説明SourcePollingChannelAdapterSpec.autoStartup
(boolean autoStartup) SourcePollingChannelAdapterSpec.phase
(int phase) SourcePollingChannelAdapterSpec.poller
(PollerMetadata pollerMetadata) SourcePollingChannelAdapterSpec.sendTimeout
(long sendTimeout) チャネルでの送信をブロックするためのタイムアウト。SourcePollingChannelAdapterSpec.taskScheduler
(TaskScheduler taskScheduler) ポーリングタスク用にTaskScheduler
を設定します。型 SourcePollingChannelAdapterSpec の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSource<?> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 提供されたMessageSource
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。static IntegrationFlowBuilder
IntegrationFlow.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 提供されたMessageSourceSpec
からの流れるような API を使用して、MessageSource
オブジェクトをIntegrationFlowBuilder
チェーンに移入します。protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSource<?> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) static <T> IntegrationFlowBuilder
IntegrationFlow.fromSupplier
(SupplierSE<T> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 統合フローへのメッセージのソースとしてSupplier
SE を提供します。protected <T> IntegrationFlowBuilder
IntegrationFlowAdapter.fromSupplier
(SupplierSE<T> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer)