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.

@FunctionalInterface public interface EndpointsSupplier<E extends ExposableEndpoint<?>>
Provides access to a collection of endpoints.
Since:
2.0.0
Author:
Andy Wilkinson, Stephane Nicoll, Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the provided endpoints.
  • Method Details

    • getEndpoints

      Collection<E> getEndpoints()
      Return the provided endpoints.
      Returns:
      the endpoints