public class DefaultServiceMonitorLocator extends Object implements ServiceMonitorLocator, Serializable
| Constructor and Description | 
|---|
DefaultServiceMonitorLocator(String serviceName,
                            Class<? extends ServiceMonitor> serviceClass)
Constructor for DefaultServiceMonitorLocator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getServiceLocatorKey()
getServiceLocatorKey 
 | 
ServiceMonitor | 
getServiceMonitor(ServiceMonitorRegistry registry)
getServiceMonitor 
 | 
String | 
getServiceName()
getServiceName 
 | 
public DefaultServiceMonitorLocator(String serviceName, Class<? extends ServiceMonitor> serviceClass)
Constructor for DefaultServiceMonitorLocator.
public ServiceMonitor getServiceMonitor(ServiceMonitorRegistry registry)
ServiceMonitorLocatorgetServiceMonitor
getServiceMonitor in interface ServiceMonitorLocatorServiceMonitor object.public String getServiceName()
getServiceName
getServiceName in interface ServiceMonitorLocatorString object.public String getServiceLocatorKey()
getServiceLocatorKey
getServiceLocatorKey in interface ServiceMonitorLocatorString object.Copyright © 2020. All rights reserved.