Interface Discoverer

All Superinterfaces:
Service

public interface Discoverer extends Service
  • Method Details

    • find

      static Stream<Path> find(Path root, String suffix, org.apache.log4j.Logger logger)
    • getRequiredServices

      default Set<String> getRequiredServices()
      Description copied from interface: Service
      IDs of services that must run before this one. If the set contains null, this service will be dependent on all other services within its ServiceCollection.
      Specified by:
      getRequiredServices in interface Service
    • getDependentServices

      default Set<String> getDependentServices()
      Description copied from interface: Service
      IDs of services that may only run after this one.
      Specified by:
      getDependentServices in interface Service