Interface ApiServiceFactory<T extends ApiService>


public interface ApiServiceFactory<T extends ApiService>
Author:
Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
  • Method Summary

    Modifier and Type
    Method
    Description
    createService(DeploymentContext deploymentContext)
    Allow creating new api service from the given string configuration.
  • Method Details

    • createService

      T createService(DeploymentContext deploymentContext)
      Allow creating new api service from the given string configuration.
      Parameters:
      deploymentContext - the deployment context containing useful information to create the service.
      Returns:
      the newly created api service.