Package io.micronaut.management.endpoint.routes
Route endpoint and data collection.
- Since:
- 1.0
-
Interface Summary Interface Description RouteData<T> Returns data for a given route to be used for theRoutesEndpoint.RouteDataCollector<T> Used to respond with route information used for theRoutesEndpoint. -
Class Summary Class Description RoutesEndpoint Exposes anEndpointto display application routes.