java.lang.Object
org.odpi.openmetadata.engineservices.surveyaction.client.SurveyActionClient
All Implemented Interfaces:
SurveyActionAPI

public class SurveyActionClient extends Object implements SurveyActionAPI
SurveyActionClient is a client-side library for calling a specific survey action engine with an engine host server.
  • Constructor Details

    • SurveyActionClient

      public SurveyActionClient(String serverPlatformRootURL, String serverName, String secretsStoreProvider, String secretsStoreLocation, String secretsStoreCollection, String surveyActionEngineName) throws InvalidParameterException
      Create a client-side object for calling a survey action engine.
      Parameters:
      serverPlatformRootURL - the root url of the platform where the survey action engine is running.
      serverName - the name of the engine host server where the survey action engine is running
      secretsStoreProvider - secrets store connector for bearer token
      secretsStoreLocation - secrets store location for bearer token
      secretsStoreCollection - secrets store collection for bearer token
      surveyActionEngineName - the unique name of the survey action engine.
      Throws:
      InvalidParameterException - one of the parameters is null or invalid.
  • Method Details