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

    Modifier and Type
    Method
    Description
    getData(Stream<UriRouteInfo<?,?>> routes)
     
  • Method Details

    • getData

      T getData(Stream<UriRouteInfo<?,?>> routes)
      Parameters:
      routes - A java stream of uri route infos
      Returns:
      A publisher that returns data representing all given routes.