Interface EndpointsSupplier<E extends ExposableEndpoint<?>>
- Type Parameters:
E
- the endpoint type
- All Known Subinterfaces:
ControllerEndpointsSupplier
,JmxEndpointsSupplier
,ServletEndpointsSupplier
,WebEndpointsSupplier
- All Known Implementing Classes:
CloudFoundryWebEndpointDiscoverer
,ControllerEndpointDiscoverer
,EndpointDiscoverer
,JmxEndpointDiscoverer
,ServletEndpointDiscoverer
,WebEndpointDiscoverer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides access to a collection of
endpoints
.- Since:
- 2.0.0
- Author:
- Andy Wilkinson, Stephane Nicoll, Phillip Webb
-
Method Summary
-
Method Details
-
getEndpoints
Collection<E> getEndpoints()Return the provided endpoints.- Returns:
- the endpoints
-