Interface Tracker<T>


@ProviderType public interface Tracker<T>
Tracker for whiteboard services.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the currently available services of the tracked type.
    void
    Stops tracking.
  • Method Details

    • getServices

      List<T> getServices()
      Returns the currently available services of the tracked type.
      Returns:
      available services
    • stop

      void stop()
      Stops tracking.