クラスの使用
org.springframework.integration.dsl.IntegrationFlowDefinition
IntegrationFlowDefinition を使用するパッケージ
org.springframework.integration.dsl 内の IntegrationFlowDefinition 使用
IntegrationFlowDefinition 型の型パラメーターを持つ org.springframework.integration.dsl のクラス修飾子と型クラス説明class
IntegrationFlowDefinition<B extends IntegrationFlowDefinition<B>>
予想されるペイロード型がアップストリームから想定される場合、一部の型ベースの EIP メソッドのジェネリクスを持つ構文シュガーのBaseIntegrationFlowDefinition
拡張。修飾子と型クラス説明final class
class
IntegrationFlowExtension<B extends IntegrationFlowExtension<B>>
カスタム Java DSL オペレーターおよび再利用可能なソリューションのためのIntegrationFlowDefinition
拡張。修飾子と型メソッド説明protected abstract IntegrationFlowDefinition
<?> IntegrationFlowAdapter.buildFlow()
protected IntegrationFlowDefinition
<?> protected IntegrationFlowDefinition
<?> protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSource<?> messageSource) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSource<?> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageChannelSpec<?, ?> messageChannelSpec) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageProducerSpec<?, ?> messageProducerSpec) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessagingGatewaySpec<?, ?> inboundGatewaySpec) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageProducerSupport messageProducer) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessagingGatewaySupport inboundGateway) protected IntegrationFlowDefinition
<?> IntegrationFlowAdapter.from
(MessageChannel messageChannel) 型 IntegrationFlowDefinition のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明void
IntegrationFlow.configure
(IntegrationFlowDefinition<?> flow) EIP メソッドのチェーンを宣言して、提供されたIntegrationFlowDefinition
との統合フローを構成するためのコールバックベースの関数。final void
IntegrationFlowAdapter.configure
(IntegrationFlowDefinition<?> flow) void
StandardIntegrationFlow.configure
(IntegrationFlowDefinition<?> flow)