Interface Tracker<T>


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

      • getServices

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

        void stop()
        Stops tracking.