Uses of Class
org.springframework.integration.router.MethodInvokingRouter
Packages that use MethodInvokingRouter
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of MethodInvokingRouter in org.springframework.integration.dsl
Method parameters in org.springframework.integration.dsl with type arguments of type MethodInvokingRouterModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.doRoute
(@Nullable Class<P> expectedType, Function<P, T> router, @Nullable Consumer<RouterSpec<T, MethodInvokingRouter>> routerConfigurer) BaseIntegrationFlowDefinition.route
(Class<P> expectedType, Function<P, T> router, @Nullable Consumer<RouterSpec<T, MethodInvokingRouter>> routerConfigurer) Populate theMethodInvokingRouter
for providedFunction
and payload type and options fromRouterSpec
.BaseIntegrationFlowDefinition.route
(Object service, @Nullable String methodName, @Nullable Consumer<RouterSpec<@Nullable Object, MethodInvokingRouter>> routerConfigurer) Populate theMethodInvokingRouter
for the method of the provided service and its method with provided options fromRouterSpec
.BaseIntegrationFlowDefinition.route
(String beanName, @Nullable String method, @Nullable Consumer<RouterSpec<@Nullable Object, MethodInvokingRouter>> routerConfigurer) Populate theMethodInvokingRouter
for provided bean and its method with provided options fromRouterSpec
.BaseIntegrationFlowDefinition.route
(MessageProcessorSpec<?> messageProcessorSpec, @Nullable Consumer<RouterSpec<@Nullable Object, MethodInvokingRouter>> routerConfigurer) Populate theMethodInvokingRouter
for theMessageProcessor
from the providedMessageProcessorSpec
with default options.IntegrationFlowDefinition.route
(Function<S, T> router, Consumer<RouterSpec<T, MethodInvokingRouter>> routerConfigurer)