Interface EndpointsSupplier<E extends ExposableEndpoint<?>>
- Type Parameters:
E- the endpoint type
- All Known Subinterfaces:
ControllerEndpointsSupplier,JmxEndpointsSupplier,ServletEndpointsSupplier,WebEndpointsSupplier
- All Known Implementing Classes:
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.
@FunctionalInterface public interface EndpointsSupplier<E extends ExposableEndpoint<?>>
Provides access to a collection ofendpoints.- Since:
- 2.0.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<E>getEndpoints()Return the provided endpoints.
Method Detail
getEndpoints
Collection<E> getEndpoints()
Return the provided endpoints.- Returns:
- the endpoints