Class DiscoverableEndpointsService


  • @Service
    public class DiscoverableEndpointsService
    extends Object
    A Service able to list all the discoverable endpoints in our REST application. Endpoints need to register their managed endpoints. The service is responsible to check conflict and priorities
    Author:
    Andrea Bollini (andrea.bollini at 4science.it), Tim Donohue
    • Constructor Detail

      • DiscoverableEndpointsService

        public DiscoverableEndpointsService()
    • Method Detail

      • register

        public void register​(Object controller,
                             List<org.springframework.hateoas.Link> links)
      • unregister

        public void unregister​(Object controller)
      • getDiscoverableEndpoints

        public List<org.springframework.hateoas.Link> getDiscoverableEndpoints()