Interface LocalServiceRegistry.ServiceStarter

All Superinterfaces:
Callable<Boolean>
Enclosing class:
LocalServiceRegistry

protected static interface LocalServiceRegistry.ServiceStarter extends Callable<Boolean>
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 Type
    Method
    Description
    Gets the name of the service to be started by this callable.

    Methods inherited from interface java.util.concurrent.Callable

    call
  • 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.