Interface ClusterDependencies.ServiceProvider

Enclosing interface:
ClusterDependencies

public static interface ClusterDependencies.ServiceProvider
A provider of nw service instances.
  • Field Details

  • Method Details

    • 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