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)
ServiceMonitorLocator
getServiceMonitor
getServiceMonitor
in interface ServiceMonitorLocator
ServiceMonitor
object.public String getServiceName()
getServiceName
getServiceName
in interface ServiceMonitorLocator
String
object.public String getServiceLocatorKey()
getServiceLocatorKey
getServiceLocatorKey
in interface ServiceMonitorLocator
String
object.Copyright © 2018. All rights reserved.