Uses of Interface
io.camunda.connector.http.base.ExecutionEnvironment
Packages that use ExecutionEnvironment
Package
Description
-
Uses of ExecutionEnvironment in io.camunda.connector.http.base
Classes in io.camunda.connector.http.base that implement ExecutionEnvironmentModifier and TypeClassDescriptionstatic final recordThe connector is executed in the context of the cloud function.static final recordThe connector is executed in the context of the caller, i.e.static final recordMethods in io.camunda.connector.http.base that return ExecutionEnvironmentModifier and TypeMethodDescriptionstatic ExecutionEnvironmentExecutionEnvironment.from(boolean cloudFunctionEnabled, boolean isRunningInCloudFunction, io.camunda.document.factory.DocumentFactory documentFactory) Factory method to create an ExecutionEnvironment based on the given parameters. -
Uses of ExecutionEnvironment in io.camunda.connector.http.base.client
Methods in io.camunda.connector.http.base.client with parameters of type ExecutionEnvironmentModifier and TypeMethodDescriptionHttpClient.execute(HttpCommonRequest request, ExecutionEnvironment executionEnvironment) Executes the givenHttpCommonRequestand returns the result as aHttpCommonResult. -
Uses of ExecutionEnvironment in io.camunda.connector.http.base.client.apache
Methods in io.camunda.connector.http.base.client.apache with parameters of type ExecutionEnvironmentModifier and TypeMethodDescriptionCustomApacheHttpClient.execute(HttpCommonRequest request, ExecutionEnvironment executionEnvironment) Converts the givenHttpCommonRequestto an ApacheClassicHttpRequestand executes it.Constructors in io.camunda.connector.http.base.client.apache with parameters of type ExecutionEnvironmentModifierConstructorDescriptionHttpCommonResultResponseHandler(ExecutionEnvironment executionEnvironment, boolean isStoreResponseSelected) -
Uses of ExecutionEnvironment in io.camunda.connector.http.base.document
Constructors in io.camunda.connector.http.base.document with parameters of type ExecutionEnvironmentModifierConstructorDescriptionFileResponseHandler(ExecutionEnvironment executionEnvironment, boolean isStoreResponseSelected)