クラスの使用
org.springframework.integration.router.MethodInvokingRouter
MethodInvokingRouter を使用するパッケージ
org.springframework.integration.dsl 内の MethodInvokingRouter 使用
型 MethodInvokingRouter の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明<P,
T> B BaseIntegrationFlowDefinition.route
(ClassSE<P> expectedType, FunctionSE<P, T> router, ConsumerSE<RouterSpec<T, MethodInvokingRouter>> routerConfigurer) BaseIntegrationFlowDefinition.route
(ObjectSE service, StringSE methodName, ConsumerSE<RouterSpec<ObjectSE, MethodInvokingRouter>> routerConfigurer) 提供されたサービスのメソッドとそのメソッドのMethodInvokingRouter
に、RouterSpec
から提供されたオプションを入力します。BaseIntegrationFlowDefinition.route
(StringSE beanName, StringSE method, ConsumerSE<RouterSpec<ObjectSE, MethodInvokingRouter>> routerConfigurer) 提供された Bean のMethodInvokingRouter
と、そのメソッドにRouterSpec
の提供されたオプションを入力します。BaseIntegrationFlowDefinition.route
(MessageProcessorSpec<?> messageProcessorSpec, ConsumerSE<RouterSpec<ObjectSE, MethodInvokingRouter>> routerConfigurer) <S,
T> B IntegrationFlowDefinition.route
(FunctionSE<S, T> router, ConsumerSE<RouterSpec<T, MethodInvokingRouter>> routerConfigurer)