Package | Description |
---|---|
org.springframework.cloud.gateway.route.builder |
Modifier and Type | Class and Description |
---|---|
class |
BooleanSpec
A spec used to apply logical operators.
|
static class |
BooleanSpec.BooleanOpSpec |
class |
GatewayFilterSpec
Applies specific filters to routes.
|
class |
PredicateSpec
Predicates that can be applied to a URI route.
|
Modifier and Type | Method and Description |
---|---|
UriSpec |
UriSpec.customize(Consumer<Route.AsyncBuilder> routeConsumer) |
UriSpec |
BooleanSpec.filters(Function<GatewayFilterSpec,UriSpec> fn)
Add filters to the route definition.
|
UriSpec |
UriSpec.metadata(Map<String,Object> metadata) |
UriSpec |
UriSpec.metadata(String key,
Object value) |
UriSpec |
UriSpec.replaceMetadata(Map<String,Object> metadata) |
Modifier and Type | Method and Description |
---|---|
UriSpec |
BooleanSpec.filters(Function<GatewayFilterSpec,UriSpec> fn)
Add filters to the route definition.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.