Interface ClusterDependencies.ServiceProvider

  • Enclosing interface:
    ClusterDependencies

    public static interface ClusterDependencies.ServiceProvider
    A provider of nw service instances.
    • Method Detail

      • createService

        Service createService​(String sName,
                              Cluster cluster)
        Create a new instance of a service.
        Parameters:
        sName - the name of the service
        cluster - the owning Cluster
        Returns:
        the new service instance