diff --git a/multi/multi__configuration.html b/multi/multi__configuration.html index 5fcc749c..f978c0ca 100644 --- a/multi/multi__configuration.html +++ b/multi/multi__configuration.html @@ -43,4 +43,4 @@ .uri("http://httpbin.org:80") .build(); }
-
This style also allows for more custom predicate assertions. The predicates defined by RouteDefinitionLocator beans are combined using logical and. By using the fluent Java API, you can use the and(), or() and negate() operators on the Predicate class.