Package | Description |
---|---|
org.springframework.cloud.gateway.route | |
org.springframework.cloud.gateway.route.builder |
Modifier and Type | Class and Description |
---|---|
static class |
Route.AbstractBuilder<B extends Route.AbstractBuilder<B>> |
static class |
Route.AsyncBuilder |
static class |
Route.Builder |
Modifier and Type | Method and Description |
---|---|
Buildable<Route> |
UriSpec.uri(String uri)
Set the URI for the route.
|
Buildable<Route> |
UriSpec.uri(URI uri)
Set the URI for the route.
|
Modifier and Type | Method and Description |
---|---|
RouteLocatorBuilder.Builder |
RouteLocatorBuilder.Builder.route(Function<PredicateSpec,Buildable<Route>> fn)
Creates a new
Route |
RouteLocatorBuilder.Builder |
RouteLocatorBuilder.Builder.route(String id,
Function<PredicateSpec,Buildable<Route>> fn)
Creates a new
Route |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.