Interface RouteDataCollector<T>
- Type Parameters:
T
- The type
- All Known Implementing Classes:
DefaultRouteDataCollector
public interface RouteDataCollector<T>
Used to respond with route information used for the RoutesEndpoint
.
- Since:
- 1.0
- Author:
- James Kleeh
-
Method Summary
-
Method Details
-
getData
- Parameters:
routes
- A java stream of uri route infos- Returns:
- A publisher that returns data representing all given routes.
-