Interface ComponentRouteLocator
-
- All Known Implementing Classes:
CachingComponentRouteLocator
,CompositeComponentRouteLocator
public interface ComponentRouteLocator
Utility used for locatingComponentRoute
for the admin application.- Author:
- Nick Crum (ncrum)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Flux<ComponentRoute>
getRoutes()
Returns the routes for this locator.
-
-
-
Method Detail
-
getRoutes
reactor.core.publisher.Flux<ComponentRoute> getRoutes()
Returns the routes for this locator.
-
-