@FunctionalInterface public interface EndpointPathResolver
Modifier and Type | Method and Description |
---|---|
String |
resolvePath(String endpointId)
Resolve the path for the endpoint with the specified
endpointId . |
static EndpointPathResolver |
useEndpointId()
Returns an
EndpointPathResolver that uses the endpoint ID as the path. |
String resolvePath(String endpointId)
endpointId
.endpointId
- the id of an endpointstatic EndpointPathResolver useEndpointId()
EndpointPathResolver
that uses the endpoint ID as the path.EndpointPathResolver
that uses the endpoint ID as the pathCopyright © 2017 Pivotal Software, Inc.. All rights reserved.