クラス IntegrationFlowBuilder
java.lang.ObjectSE
org.springframework.integration.dsl.BaseIntegrationFlowDefinition<IntegrationFlowBuilder>
org.springframework.integration.dsl.IntegrationFlowDefinition<IntegrationFlowBuilder>
org.springframework.integration.dsl.IntegrationFlowBuilder
- 導入:
- 5.0
- 作成者:
- Artem Bilan
ネストされたクラスの要約
クラス org.springframework.integration.dsl.BaseIntegrationFlowDefinition から継承されたネストクラス / インターフェース
BaseIntegrationFlowDefinition.ReplyProducerCleanerフィールドのサマリー
クラス org.springframework.integration.dsl.BaseIntegrationFlowDefinition から継承されたフィールド
integrationComponents, PARSERメソッドのサマリー
修飾子と型メソッド説明get()<T> org.reactivestreams.Publisher<Message<T>> 統合フローを Reactive StreamsPublisherBean として表します。<T> org.reactivestreams.Publisher<Message<T>> toReactivePublisher(boolean autoStartOnSubscribe) 統合フローを Reactive StreamsPublisherBean として表します。クラス org.springframework.integration.dsl.IntegrationFlowDefinition から継承されたメソッド
filter, filter, handle, handle, route, route, transformクラス org.springframework.integration.dsl.BaseIntegrationFlowDefinition から継承されたメソッド
_this, addComponent, addComponent, addComponents, aggregate, aggregate, aggregate, barrier, barrier, bridge, bridge, channel, channel, channel, channel, checkReuse, claimCheckIn, claimCheckIn, claimCheckOut, claimCheckOut, claimCheckOut, controlBus, controlBus, convert, convert, currentComponent, currentInterceptableChannel, currentMessageChannel, delay, delay, doFilter, doHandle, doRoute, enrich, enrichHeaders, enrichHeaders, enrichHeaders, enrichHeaders, enrichHeaders, extractProxyTarget, filter, filter, filter, filter, filter, filter, filter, filter, filter, fixedSubscriberChannel, fixedSubscriberChannel, fluxTransform, gateway, gateway, gateway, gateway, gateway, gateway, getCurrentComponent, getCurrentMessageChannel, getIntegrationComponents, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handleReactive, handleReactive, handleReactive, handleReactive, headerFilter, headerFilter, headerFilter, intercept, isImplicitChannel, isOutputChannelRequired, log, log, log, log, log, log, log, log, log, log, log, log, log, nullChannel, obtainInputChannelFromFlow, publishSubscribeChannel, publishSubscribeChannel, publishSubscribeChannel, register, registerOutputChannelIfCan, resequence, resequence, route, route, route, route, route, route, route, route, route, route, route, route, route, route, routeByException, routeToRecipients, scatterGather, scatterGather, scatterGather, scatterGather, scatterGather, scatterGather, setImplicitChannel, split, split, split, split, split, split, split, split, split, splitWith, to, transform, transform, transform, transform, transform, transform, transformWith, trigger, trigger, trigger, trigger, wireTap, wireTap, wireTap, wireTap, wireTap, wireTap, wireTap
メソッドの詳細
get
- オーバーライド:
- クラス
BaseIntegrationFlowDefinition<IntegrationFlowBuilder>のget
toReactivePublisher
クラスからコピーされた説明:BaseIntegrationFlowDefinition統合フローを Reactive StreamsPublisherBean として表します。- オーバーライド:
- クラス
BaseIntegrationFlowDefinition<IntegrationFlowBuilder>のtoReactivePublisher - 型パラメーター:
T- 予想されるpayload型- 戻り値:
- Reactive Streams
Publisher
toReactivePublisher
public <T> org.reactivestreams.Publisher<Message<T>> toReactivePublisher(boolean autoStartOnSubscribe) クラスからコピーされた説明:BaseIntegrationFlowDefinition統合フローを Reactive StreamsPublisherBean として表します。- オーバーライド:
- クラス
BaseIntegrationFlowDefinition<IntegrationFlowBuilder>のtoReactivePublisher - 型パラメーター:
T- 予想されるpayload型- パラメーター:
autoStartOnSubscribe- パブリッシャーへのサブスクリプションが開始されたときに、フローでメッセージの生成と消費を開始します。これが true に設定されている場合、フローはアプリケーションコンテキストによって自動的に開始されないようにマークされます。- 戻り値:
- Reactive Streams
Publisher