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