Interface ComponentRouteLocator

All Known Implementing Classes:
CachingComponentRouteLocator, CompositeComponentRouteLocator

public interface ComponentRouteLocator
Utility used for locating ComponentRoute for the admin application.
Author:
Nick Crum (ncrum)
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<ComponentRoute>
    Returns the routes for this locator.
  • Method Details

    • getRoutes

      reactor.core.publisher.Flux<ComponentRoute> getRoutes()
      Returns the routes for this locator.