Interface ServiceFactory<T extends Service>

    • Method Detail

      • createService

        T createService()
        Constructs a new service instance based on the configuration options of this factory.
        Returns:
        New service instance.