public class UriSpec extends Object
Modifier and Type | Method and Description |
---|---|
UriSpec |
customize(Consumer<Route.AsyncBuilder> routeConsumer) |
UriSpec |
metadata(Map<String,Object> metadata) |
UriSpec |
metadata(String key,
Object value) |
UriSpec |
replaceMetadata(Map<String,Object> metadata) |
Buildable<Route> |
uri(String uri)
Set the URI for the route.
|
Buildable<Route> |
uri(URI uri)
Set the URI for the route.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.