Interface WebClientServiceProvider

    • Method Detail

      • configKey

        String configKey()
        Config key expected under client.services.config.
        Returns:
        name of the configuration node of this service
      • create

        WebClientService create​(Config config)
        Create a new service instance based on configuration.
        Parameters:
        config - configuration of this service
        Returns:
        a new client service instance