Class ServiceInstance


  • public class ServiceInstance
    extends Object
    Model containing information about a running service
    • Constructor Detail

      • ServiceInstance

        public ServiceInstance()
    • Method Detail

      • fromServiceInfo

        public static ServiceInstance fromServiceInfo​(ServiceInfo serviceInfo)
        Returns a new ServiceInstanceBuilder built from a given ServiceInfo
        Parameters:
        serviceInfo - The information about the service used to initialize the ServiceInstanceBuilder
        Returns:
        a ServiceInstanceBuilder with values copied from the given ServiceInfo