クラスの使用
org.springframework.integration.handler.ServiceActivatingHandler
ServiceActivatingHandler を使用するパッケージ
パッケージ
説明
構成の基本パッケージ。
Spring Integration Java DSL のルートパッケージ。
org.springframework.integration.config 内の ServiceActivatingHandler 使用
型 ServiceActivatingHandler のパラメーターを持つ org.springframework.integration.config のメソッド修飾子と型メソッド説明protected MessageHandlerServiceActivatorFactoryBean.configureHandler(ServiceActivatingHandler handler) org.springframework.integration.dsl 内の ServiceActivatingHandler 使用
型 ServiceActivatingHandler の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明BaseIntegrationFlowDefinition.controlBus(@Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) protected <P> BBaseIntegrationFlowDefinition.doHandle(@Nullable ClassSE<P> expectedType, GenericHandler<P> handler, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) <P> BBaseIntegrationFlowDefinition.handle(ClassSE<P> expectedType, GenericHandler<P> handler, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.handle(ObjectSE service, @Nullable StringSE methodName, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.handle(StringSE beanName, @Nullable StringSE methodName, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.handle(MessageProcessorSpec<?> messageProcessorSpec, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) <P> BIntegrationFlowDefinition.handle(GenericHandler<P> handler, ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) BaseIntegrationFlowDefinition.trigger(StringSE triggerActionId, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) GenericEndpointSpecからMessageTriggerActionおよびエンドポイントオプションを実行するために、ServiceActivatingHandlerインスタンスを入力します。BaseIntegrationFlowDefinition.trigger(MessageTriggerAction triggerAction, @Nullable ConsumerSE<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) GenericEndpointSpecからMessageTriggerActionおよびエンドポイントオプションを実行するために、ServiceActivatingHandlerインスタンスを入力します。