Interface ServiceDirectory<S extends Service<?>,SCTX>

  • Type Parameters:
    S - The type to be used for the Service.
    SCTX - The type to be used for the Service's context.
    All Superinterfaces:
    ServiceLookup<S,SCTX>
    All Known Implementing Classes:
    ServiceDirectoryImpl


    public interface ServiceDirectory<S extends Service<?>,SCTX>
    extends ServiceLookup<S,SCTX>
    The service descriptor manager can be used to manage services and them configurations, i.e a system administering services in an my have access to a service descriptor manager.