Interface ServiceDataSource

All Known Implementing Classes:
DynamicDataSource, StaticDataSource

public interface ServiceDataSource
  • Method Details

    • services

      Collection<Service> services()
    • add

      default void add(Service service)
    • start

      void start()
    • stop

      void stop()