Interface ServiceFactory<S>

    • Method Detail

      • createService

        S createService​(ServiceContext context)
                 throws java.lang.Throwable
        Creates the service.
        Parameters:
        context - ServiceContext.
        Returns:
        Service.
        Throws:
        java.lang.Throwable - If fails to create the service.