Interface LocalServiceRegistry.ServiceStarter
- Enclosing class:
- LocalServiceRegistry
This interface is used for starting services which requires a start routine
(
Callable.call()) and the service name (getServiceName()) for
logging purpose.-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the service to be started by this callable.
-
Method Details
-
getServiceName
String getServiceName()Gets the name of the service to be started by this callable.- Returns:
- The name of the service to be started by this callable.
-