Uses of Class
org.springframework.integration.router.ExpressionEvaluatingRouter
Packages that use ExpressionEvaluatingRouter
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of ExpressionEvaluatingRouter in org.springframework.integration.dsl
Method parameters in org.springframework.integration.dsl with type arguments of type ExpressionEvaluatingRouterModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.route
(String expression, @Nullable Consumer<RouterSpec<T, ExpressionEvaluatingRouter>> routerConfigurer) Populate theExpressionEvaluatingRouter
for provided SpEL expression with provided options fromRouterSpec
.