diff --git a/Client/Client.csproj b/Client/Client.csproj index f19f8be4..c8f802ef 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -2,7 +2,7 @@ net6.0;net7.0 - 2.3.0 + 2.4.0 Christopher Zell @@ -13,12 +13,16 @@ For more information about the zeebe project please visit http://zeebe.iohttps://github.com/zeebe-io/zeebe-client-csharp zeebe, zb, zb-csharp, zb-client, grpc - 2.3.0 - 2.3.0 + 2.4.0 + 2.4.0 Features: - * Add vars to ThrowError + * Improve CamundaCloudTokenProvider to work with self-managed + * Add first tenant support to DeploymentResource + +Dependencies: + * Several dependencies have been upgraded GRPC protocol as generated against Zeebe v8.3.0 @@ -35,9 +39,9 @@ This release is based on the Zeebe 8.3.0 release (https://github.com/zeebe-io/ze git Apache-2.0 icon.png - 2.3.0 + 2.4.0 Zeebe.Client - 2.3.0 + 2.4.0 default README.md diff --git a/Doxyfile b/Doxyfile index a8c791bb..3d4fb1fc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Zeebe C# Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.0 +PROJECT_NUMBER = 2.4.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/annotated.html b/docs/annotated.html index c0bd25b5..1577bb92 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -136,34 +136,35 @@  CIResolveIncidentCommandStep1  CISetVariablesCommandStep1  CISetVariablesCommandStep2 - CIThrowErrorCommandStep1 - CIThrowErrorCommandStep2 - CITopologyRequestStep1 - CIUpdateRetriesCommandStep1 - CIUpdateRetriesCommandStep2 - NMisc - CIAsyncRetryStrategy - NResponses - CIActivateJobsResponse - CIBrokerInfo - CICancelProcessInstanceResponseResponse on a cancel process instance command. - CICompleteJobResponseRepresents an response for an job complete command request. - CIDeployResourceResponse - CIEvaluateDecisionResponseResponse for evaluating a decision on the broker. - CIFailJobResponseRepresents an response for an job fail command request. - CIJob - CIPartitionInfo - CIProcessInstanceResponseResponse for an create process instance command. - CIProcessInstanceResultResponse for an create process instance with result command. - CIProcessMetadata - CIPublishMessageResponseResponse for publishing a message. - CIResolveIncidentResponseResponse for an resolve incident request. - CISetVariablesResponseResponse for an set variables request. - CIThrowErrorResponseResponse for an throw error request. - CITopology - CIUpdateRetriesResponseResponse for an update retries request. - NWorker - CIJobClientA client with access to all job-related operation:

@@ -192,7 +193,7 @@ diff --git a/docs/annotated_dup.js b/docs/annotated_dup.js index 6cbb5cc1..aa3d8a0f 100644 --- a/docs/annotated_dup.js +++ b/docs/annotated_dup.js @@ -41,6 +41,7 @@ var annotated_dup = [ "IResolveIncidentCommandStep1", "d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html", null ], [ "ISetVariablesCommandStep1", "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html", "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1" ], [ "ISetVariablesCommandStep2", "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html", "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2" ], + [ "ITenantIdCommandStep", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep" ], [ "IThrowErrorCommandStep1", "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html", "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1" ], [ "IThrowErrorCommandStep2", "d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html", "d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2" ], [ "ITopologyRequestStep1", "d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html", null ], diff --git a/docs/classes.html b/docs/classes.html index 206b99e1..ece3f2b6 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -98,14 +98,14 @@
I
-
IAccessTokenSupplier (Zeebe.Client.Api.Builder)
IActivateJobsCommandStep1 (Zeebe.Client.Api.Commands)
IActivateJobsCommandStep2 (Zeebe.Client.Api.Commands)
IActivateJobsCommandStep3 (Zeebe.Client.Api.Commands)
IActivateJobsResponse (Zeebe.Client.Api.Responses)
IAsyncRetryStrategy (Zeebe.Client.Api.Misc)
IBrokerInfo (Zeebe.Client.Api.Responses)
ICamundaCloudClientBuilder (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderFinalStep (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderStep1 (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderStep2 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilder (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderFinalStep (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep2 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep3 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep4 (Zeebe.Client.Api.Builder)
ICancelProcessInstanceCommandStep1 (Zeebe.Client.Api.Commands)
ICancelProcessInstanceResponse (Zeebe.Client.Api.Responses)
ICompleteJobCommandStep1 (Zeebe.Client.Api.Commands)
ICompleteJobResponse (Zeebe.Client.Api.Responses)
ICreateProcessInstanceCommandStep1 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceCommandStep2 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceCommandStep3 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceWithResultCommandStep1 (Zeebe.Client.Api.Commands)
IDecisionMetadata
IDecisionRequirementsMetadata
IDeployResourceCommandBuilderStep2 (Zeebe.Client.Api.Commands)
IDeployResourceCommandStep1 (Zeebe.Client.Api.Commands)
IDeployResourceResponse (Zeebe.Client.Api.Responses)
IEvaluatedDecision
IEvaluatedDecisionInput
IEvaluatedDecisionOutput
IEvaluateDecisionCommandStep1
IEvaluateDecisionCommandStep1.IEvaluateDecisionCommandStep2
IEvaluateDecisionResponse (Zeebe.Client.Api.Responses)
IFailJobCommandStep1 (Zeebe.Client.Api.Commands)
IFailJobCommandStep2 (Zeebe.Client.Api.Commands)
IFailJobResponse (Zeebe.Client.Api.Responses)
IFinalCommandStep (Zeebe.Client.Api.Commands)
IFinalCommandWithRetryStep (Zeebe.Client.Api.Commands)
IJob (Zeebe.Client.Api.Responses)
IJobClient (Zeebe.Client.Api.Worker)
IJobWorker (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep1 (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep2 (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep3 (Zeebe.Client.Api.Worker)
IMatchedDecisionRule
IPartitionInfo (Zeebe.Client.Api.Responses)
IProcessInstanceResponse (Zeebe.Client.Api.Responses)
IProcessInstanceResult (Zeebe.Client.Api.Responses)
IProcessMetadata (Zeebe.Client.Api.Responses)
IPublishMessageCommandStep1 (Zeebe.Client.Api.Commands)
IPublishMessageCommandStep2 (Zeebe.Client.Api.Commands)
IPublishMessageCommandStep3 (Zeebe.Client.Api.Commands)
IPublishMessageResponse (Zeebe.Client.Api.Responses)
IResolveIncidentCommandStep1 (Zeebe.Client.Api.Commands)
IResolveIncidentResponse (Zeebe.Client.Api.Responses)
ISetVariablesCommandStep1 (Zeebe.Client.Api.Commands)
ISetVariablesCommandStep2 (Zeebe.Client.Api.Commands)
ISetVariablesResponse (Zeebe.Client.Api.Responses)
IThrowErrorCommandStep1 (Zeebe.Client.Api.Commands)
IThrowErrorCommandStep2 (Zeebe.Client.Api.Commands)
IThrowErrorResponse (Zeebe.Client.Api.Responses)
ITopology (Zeebe.Client.Api.Responses)
ITopologyRequestStep1 (Zeebe.Client.Api.Commands)
IUpdateRetriesCommandStep1 (Zeebe.Client.Api.Commands)
IUpdateRetriesCommandStep2 (Zeebe.Client.Api.Commands)
IUpdateRetriesResponse (Zeebe.Client.Api.Responses)
IZeebeClient (Zeebe.Client)
IZeebeClientBuilder (Zeebe.Client.Api.Builder)
IZeebeClientFinalBuildStep (Zeebe.Client.Api.Builder)
IZeebeClientTransportBuilder (Zeebe.Client.Api.Builder)
IZeebeSecureClientBuilder (Zeebe.Client.Api.Builder)
+
IAccessTokenSupplier (Zeebe.Client.Api.Builder)
IActivateJobsCommandStep1 (Zeebe.Client.Api.Commands)
IActivateJobsCommandStep2 (Zeebe.Client.Api.Commands)
IActivateJobsCommandStep3 (Zeebe.Client.Api.Commands)
IActivateJobsResponse (Zeebe.Client.Api.Responses)
IAsyncRetryStrategy (Zeebe.Client.Api.Misc)
IBrokerInfo (Zeebe.Client.Api.Responses)
ICamundaCloudClientBuilder (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderFinalStep (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderStep1 (Zeebe.Client.Api.Builder)
ICamundaCloudClientBuilderStep2 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilder (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderFinalStep (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep2 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep3 (Zeebe.Client.Api.Builder)
ICamundaCloudTokenProviderBuilderStep4 (Zeebe.Client.Api.Builder)
ICancelProcessInstanceCommandStep1 (Zeebe.Client.Api.Commands)
ICancelProcessInstanceResponse (Zeebe.Client.Api.Responses)
ICompleteJobCommandStep1 (Zeebe.Client.Api.Commands)
ICompleteJobResponse (Zeebe.Client.Api.Responses)
ICreateProcessInstanceCommandStep1 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceCommandStep2 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceCommandStep3 (Zeebe.Client.Api.Commands)
ICreateProcessInstanceWithResultCommandStep1 (Zeebe.Client.Api.Commands)
IDecisionMetadata
IDecisionRequirementsMetadata
IDeployResourceCommandBuilderStep2 (Zeebe.Client.Api.Commands)
IDeployResourceCommandStep1 (Zeebe.Client.Api.Commands)
IDeployResourceResponse (Zeebe.Client.Api.Responses)
IEvaluatedDecision
IEvaluatedDecisionInput
IEvaluatedDecisionOutput
IEvaluateDecisionCommandStep1
IEvaluateDecisionCommandStep1.IEvaluateDecisionCommandStep2
IEvaluateDecisionResponse (Zeebe.Client.Api.Responses)
IFailJobCommandStep1 (Zeebe.Client.Api.Commands)
IFailJobCommandStep2 (Zeebe.Client.Api.Commands)
IFailJobResponse (Zeebe.Client.Api.Responses)
IFinalCommandStep (Zeebe.Client.Api.Commands)
IFinalCommandWithRetryStep (Zeebe.Client.Api.Commands)
IJob (Zeebe.Client.Api.Responses)
IJobClient (Zeebe.Client.Api.Worker)
IJobWorker (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep1 (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep2 (Zeebe.Client.Api.Worker)
IJobWorkerBuilderStep3 (Zeebe.Client.Api.Worker)
IMatchedDecisionRule
IPartitionInfo (Zeebe.Client.Api.Responses)
IProcessInstanceResponse (Zeebe.Client.Api.Responses)
IProcessInstanceResult (Zeebe.Client.Api.Responses)
IProcessMetadata (Zeebe.Client.Api.Responses)
IPublishMessageCommandStep1 (Zeebe.Client.Api.Commands)
IPublishMessageCommandStep2 (Zeebe.Client.Api.Commands)
IPublishMessageCommandStep3 (Zeebe.Client.Api.Commands)
IPublishMessageResponse (Zeebe.Client.Api.Responses)
IResolveIncidentCommandStep1 (Zeebe.Client.Api.Commands)
IResolveIncidentResponse (Zeebe.Client.Api.Responses)
ISetVariablesCommandStep1 (Zeebe.Client.Api.Commands)
ISetVariablesCommandStep2 (Zeebe.Client.Api.Commands)
ISetVariablesResponse (Zeebe.Client.Api.Responses)
ITenantIdCommandStep (Zeebe.Client.Api.Commands)
IThrowErrorCommandStep1 (Zeebe.Client.Api.Commands)
IThrowErrorCommandStep2 (Zeebe.Client.Api.Commands)
IThrowErrorResponse (Zeebe.Client.Api.Responses)
ITopology (Zeebe.Client.Api.Responses)
ITopologyRequestStep1 (Zeebe.Client.Api.Commands)
IUpdateRetriesCommandStep1 (Zeebe.Client.Api.Commands)
IUpdateRetriesCommandStep2 (Zeebe.Client.Api.Commands)
IUpdateRetriesResponse (Zeebe.Client.Api.Responses)
IZeebeClient (Zeebe.Client)
IZeebeClientBuilder (Zeebe.Client.Api.Builder)
IZeebeClientFinalBuildStep (Zeebe.Client.Api.Builder)
IZeebeClientTransportBuilder (Zeebe.Client.Api.Builder)
IZeebeSecureClientBuilder (Zeebe.Client.Api.Builder)
diff --git a/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html b/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html index f70865ff..548bb963 100644 --- a/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html +++ b/docs/d0/d12/interfaceIDecisionRequirementsMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -196,7 +196,7 @@

    - +

diff --git a/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html b/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html index 43b9ffd8..2515ff9e 100644 --- a/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html +++ b/docs/d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html b/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html index 0d484bb9..fde4afab 100644 --- a/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html +++ b/docs/d0/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html b/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html index e0ebf133..d274533d 100644 --- a/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html +++ b/docs/d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html b/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html index 1dc53ebb..593e073c 100644 --- a/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html +++ b/docs/d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html b/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html index f228eb35..72d908a4 100644 --- a/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html +++ b/docs/d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

diff --git a/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html b/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html index c2ad2fcf..1b2c57b5 100644 --- a/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html +++ b/docs/d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -221,7 +221,7 @@

diff --git a/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html b/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html index e65f4d4c..11db75db 100644 --- a/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html +++ b/docs/d0/dd1/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html b/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html index 2b6b05e7..17a2f8e5 100644 --- a/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html +++ b/docs/d0/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html b/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html index d7ea40f2..afee2e5b 100644 --- a/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html +++ b/docs/d0/de5/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -115,7 +115,7 @@ diff --git a/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html b/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html index b3c76eda..523a6626 100644 --- a/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html +++ b/docs/d1/d0d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html b/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html index 69602773..0801a5ff 100644 --- a/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html +++ b/docs/d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -194,7 +194,7 @@

diff --git a/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html b/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html index 138f1425..aa1a9298 100644 --- a/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html +++ b/docs/d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -131,7 +131,7 @@ diff --git a/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html b/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html index 177d07e7..40cc7adc 100644 --- a/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html +++ b/docs/d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -114,7 +114,7 @@ diff --git a/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html b/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html index 69c7971f..1a3110dd 100644 --- a/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html +++ b/docs/d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -130,7 +130,7 @@ diff --git a/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html b/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html index 8a033377..c119de47 100644 --- a/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html +++ b/docs/d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -154,7 +154,7 @@

diff --git a/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html b/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html index 5f727efb..2515593d 100644 --- a/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html +++ b/docs/d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -420,7 +420,7 @@

diff --git a/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html b/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html index 0c910c8d..a441e36a 100644 --- a/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html +++ b/docs/d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html b/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html index d8e1dbae..78200836 100644 --- a/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html +++ b/docs/d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html b/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html index be6d4cda..6c7438ba 100644 --- a/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html +++ b/docs/d2/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d2/dd5/interfaceIEvaluatedDecision-members.html b/docs/d2/dd5/interfaceIEvaluatedDecision-members.html index 2e3cbe24..cdc567dc 100644 --- a/docs/d2/dd5/interfaceIEvaluatedDecision-members.html +++ b/docs/d2/dd5/interfaceIEvaluatedDecision-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -110,7 +110,7 @@ diff --git a/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html b/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html index f0c82bf1..f1fba414 100644 --- a/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html +++ b/docs/d2/dde/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html b/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html index edd31596..9e0d400b 100644 --- a/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html +++ b/docs/d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -204,7 +204,7 @@

diff --git a/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html b/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html index 0c23a4e0..e0749f16 100644 --- a/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html +++ b/docs/d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -187,7 +187,7 @@

diff --git a/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html b/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html index 85af6504..4e42bd1c 100644 --- a/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html +++ b/docs/d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html b/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html index 0d62004d..c94f2d22 100644 --- a/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html +++ b/docs/d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html b/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html index 68e28f5d..effb065b 100644 --- a/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html +++ b/docs/d3/d63/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html b/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html index 26a5899c..e0fafdfb 100644 --- a/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html +++ b/docs/d3/d81/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html b/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html index fdc01886..573c0743 100644 --- a/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html +++ b/docs/d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -184,7 +184,7 @@

diff --git a/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html b/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html index 59dbd516..134195ea 100644 --- a/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html +++ b/docs/d3/dd3/interfaceIEvaluateDecisionCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html b/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html index 47bce1b5..1876435c 100644 --- a/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html +++ b/docs/d3/df4/interfaceIEvaluatedDecisionOutput.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -186,7 +186,7 @@

    - +

diff --git a/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html b/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html index f5a3a7f5..35e5f0a4 100644 --- a/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html +++ b/docs/d4/d13/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -147,7 +147,7 @@

diff --git a/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html b/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html index f129d5b0..70741235 100644 --- a/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html +++ b/docs/d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html b/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html index 4832701e..e5fd3209 100644 --- a/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html +++ b/docs/d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html index 08920274..748118bd 100644 --- a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html +++ b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -102,8 +102,9 @@
-Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 -Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse > +Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 +Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 > +Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >
@@ -125,6 +126,10 @@ + + + + @@ -139,7 +144,7 @@ diff --git a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.png b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.png index 0e247e5f..f6d7ddc8 100644 Binary files a/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.png and b/docs/d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.png differ diff --git a/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html b/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html index 7226d645..77ea5197 100644 --- a/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html +++ b/docs/d4/d36/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse-members.html @@ -26,7 +26,7 @@ @@ -106,7 +106,7 @@ diff --git a/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html b/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html index e412ca20..fe606e4e 100644 --- a/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html +++ b/docs/d4/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2-members.html @@ -26,7 +26,7 @@ @@ -103,7 +103,7 @@ diff --git a/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html b/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html index 01848f57..43447a79 100644 --- a/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html +++ b/docs/d4/d48/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1-members.html @@ -26,7 +26,7 @@ @@ -103,7 +103,7 @@ diff --git a/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html b/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html index ca80e182..4690755f 100644 --- a/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html +++ b/docs/d4/d51/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder-members.html @@ -26,7 +26,7 @@ @@ -104,7 +104,7 @@ diff --git a/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html b/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html index 369a5235..61a550a9 100644 --- a/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html +++ b/docs/d4/d5a/interfaceIEvaluatedDecisionInput.html @@ -26,7 +26,7 @@ @@ -186,7 +186,7 @@

    - +
diff --git a/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html b/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html index 526f537d..336639ee 100644 --- a/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html +++ b/docs/d4/d69/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2-members.html @@ -26,7 +26,7 @@

@@ -102,13 +102,14 @@ - + +
IDeployResourceCommandBuilderStep2 AddResourceFile (string filename)
 Add the given resource to the deployment. More...
 
- Public Member Functions inherited from Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >
AddTenantId (string tenantId)
 Set the tenantId for the resource. More...
 
- Public Member Functions inherited from Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >
Task< T > SendWithRetry (TimeSpan? timeout=null, CancellationToken token=default)
 Sends the command with retry to the Zeebe broker. This operation is asynchronous. In case of success, the task returns the event that was generated by the Zeebe broker in response to the command. If the sending of the command fails, because of broker back pressure or network issues the request is retried until the command succeeds. The wait time between retries can be configured on the ZeebeClientBuilder. Per default the wait time is based on power two, which means 2^1 seconds, 2^2 seconds etc. until it reaches the maximum of one minute. More...
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
-
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
AddResourceStream(Stream resourceStream, string resourceName)Zeebe.Client.Api.Commands.IDeployResourceCommandStep1
AddResourceString(string resourceString, Encoding encoding, string resourceName)Zeebe.Client.Api.Commands.IDeployResourceCommandStep1
AddResourceStringUtf8(string resourceString, string resourceName)Zeebe.Client.Api.Commands.IDeployResourceCommandStep1
SendWithRetry(TimeSpan? timeout=null, CancellationToken token=default)Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >
AddTenantId(string tenantId)Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >
SendWithRetry(TimeSpan? timeout=null, CancellationToken token=default)Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >
diff --git a/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html b/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html index fb493429..940a393e 100644 --- a/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html +++ b/docs/d4/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html b/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html index 998dcdae..7123ec81 100644 --- a/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html +++ b/docs/d5/d02/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -215,7 +215,7 @@

diff --git a/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html b/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html index 1f05fe73..1adb0537 100644 --- a/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html +++ b/docs/d5/d0e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html b/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html index 8faffba7..341da9cf 100644 --- a/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html +++ b/docs/d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -136,7 +136,7 @@

diff --git a/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html b/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html index 3e76fa67..58e9ab61 100644 --- a/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html +++ b/docs/d5/d3a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html b/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html index 8c067955..bb549530 100644 --- a/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html +++ b/docs/d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -193,7 +193,7 @@

diff --git a/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html b/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html index 0419de96..2cbdadc8 100644 --- a/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html +++ b/docs/d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -170,7 +170,7 @@

diff --git a/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html b/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html index b12871e0..65d36eaa 100644 --- a/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html +++ b/docs/d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -185,7 +185,7 @@

diff --git a/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html b/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html index 61a8c15c..7d24865c 100644 --- a/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html +++ b/docs/d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html b/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html index 8e4b331e..d8da2d2c 100644 --- a/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html +++ b/docs/d5/d82/interfaceIEvaluatedDecisionInput-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html b/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html index f324e83a..7c99a778 100644 --- a/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html +++ b/docs/d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html b/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html index 5042760f..90cfc9b5 100644 --- a/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html +++ b/docs/d5/dbc/interfaceIEvaluatedDecisionOutput-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html b/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html index ea604203..8cfe97bd 100644 --- a/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html +++ b/docs/d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html b/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html index f614e242..1daaa55b 100644 --- a/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html +++ b/docs/d5/df7/namespaceZeebe_1_1Client_1_1Api.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html b/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html index 3c8866fa..ed258b1d 100644 --- a/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html +++ b/docs/d6/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html b/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html index d12d1dc9..8cde1441 100644 --- a/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html +++ b/docs/d6/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/d18/namespaceZeebe.html b/docs/d6/d18/namespaceZeebe.html index 571aa6e2..335acee8 100644 --- a/docs/d6/d18/namespaceZeebe.html +++ b/docs/d6/d18/namespaceZeebe.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html b/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html index bc1fd2b5..cb9256a9 100644 --- a/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html +++ b/docs/d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -205,7 +205,7 @@

diff --git a/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html b/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html index e82926ec..43d965b4 100644 --- a/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html +++ b/docs/d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -366,7 +366,7 @@

diff --git a/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html b/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html index 415fcda9..d64b2934 100644 --- a/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html +++ b/docs/d6/d38/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html index e453e87a..69346526 100644 --- a/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html +++ b/docs/d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -213,7 +213,7 @@

diff --git a/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html b/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html index e6f6ca90..82026d17 100644 --- a/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html +++ b/docs/d6/d6a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html b/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html index 84998228..86026e33 100644 --- a/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html +++ b/docs/d6/d84/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html b/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html index c7192b1d..71e87324 100644 --- a/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html +++ b/docs/d6/d89/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html b/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html index e14f6b31..bcf9a10f 100644 --- a/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html +++ b/docs/d6/da3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html b/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html index 834dae62..30c6cfe1 100644 --- a/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html +++ b/docs/d6/db5/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html b/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html index 59d87f67..359e8cc7 100644 --- a/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html +++ b/docs/d6/db7/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html index a997f15e..858c2ea8 100644 --- a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html +++ b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,6 +100,9 @@ + + + @@ -123,6 +126,33 @@

Returns
the CamundaCloudTokenProvider
+ + +
+

◆ UsePath()

+ +
+
+

Public Member Functions

ICamundaCloudTokenProviderBuilderFinalStep UsePath (string path)
 Use given path to store credentials on disk. More...
 
CamundaCloudTokenProvider Build ()
 Builds the CamundaCloudTokenProvider, which can be used by the ZeebeClient to communicate with the Camunda Cloud. More...
 
+ + + + + + + +
ICamundaCloudTokenProviderBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep.UsePath (string path)
+
+ +

Use given path to store credentials on disk.

+

Per default credentials are stored in the home directory.

Parameters
+ + +
pathThe path were to store the credentials.
+
+
+
Returns
The final step in building a CamundaCloudTokenProvider.
+

The documentation for this interface was generated from the following file:
diff --git a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.js b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.js index f0390f14..9e0efe23 100644 --- a/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.js +++ b/docs/d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.js @@ -1,4 +1,5 @@ var interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep = [ - [ "Build", "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22", null ] + [ "Build", "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22", null ], + [ "UsePath", "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#a271abbe17b8ff356a947780d4178c132", null ] ]; \ No newline at end of file diff --git a/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html b/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html index 4cc2096d..61b11800 100644 --- a/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html +++ b/docs/d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

diff --git a/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html b/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html index 1c949889..d78464ff 100644 --- a/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html +++ b/docs/d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html b/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html index c06f12bd..60cc186d 100644 --- a/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html +++ b/docs/d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -120,7 +120,7 @@ diff --git a/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html b/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html index 48596daa..b3326f81 100644 --- a/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html +++ b/docs/d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html b/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html index 214b08fe..0ba7ba5d 100644 --- a/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html +++ b/docs/d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -125,7 +125,7 @@ diff --git a/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html b/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html index 1a6aead0..27b4ce39 100644 --- a/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html +++ b/docs/d7/d39/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html b/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html index cc39d85b..f00e7a03 100644 --- a/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html +++ b/docs/d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -321,7 +321,7 @@

diff --git a/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html b/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html index ea6d32f4..300cbb8e 100644 --- a/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html +++ b/docs/d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -135,7 +135,7 @@ diff --git a/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html b/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html index 18926af9..5adc92c8 100644 --- a/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html +++ b/docs/d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -490,7 +490,7 @@

    - +

diff --git a/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html b/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html index bf931798..41eeac6a 100644 --- a/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html +++ b/docs/d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d8/d3e/interfaceIEvaluatedDecision.html b/docs/d8/d3e/interfaceIEvaluatedDecision.html index 5405cf43..f696bfd0 100644 --- a/docs/d8/d3e/interfaceIEvaluatedDecision.html +++ b/docs/d8/d3e/interfaceIEvaluatedDecision.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -311,7 +311,7 @@

    - +

diff --git a/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html b/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html index a04841a4..c51be770 100644 --- a/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html +++ b/docs/d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html b/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html index 9bd6fc7b..b3ddd61a 100644 --- a/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html +++ b/docs/d8/d68/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -98,12 +98,13 @@

This is the complete list of members for Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep, including all inherited members.

+
Build()Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep
UsePath(string path)Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep
diff --git a/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html b/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html index 8f47fc13..9a5cc76b 100644 --- a/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html +++ b/docs/d8/d6d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -112,7 +112,7 @@ diff --git a/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html b/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html index 601dd20c..46eac21b 100644 --- a/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html +++ b/docs/d8/d6f/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html b/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html index f9eb71af..cf8ae46e 100644 --- a/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html +++ b/docs/d8/d75/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html b/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html index a3107f9f..60e332ea 100644 --- a/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html +++ b/docs/d8/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html b/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html index 3e3c0e5c..d2123fff 100644 --- a/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html +++ b/docs/d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html b/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html index 16ec4b19..7e56323a 100644 --- a/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html +++ b/docs/d8/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/d8/dc4/interfaceIDecisionMetadata.html b/docs/d8/dc4/interfaceIDecisionMetadata.html index 0dd9f209..8f5522a0 100644 --- a/docs/d8/dc4/interfaceIDecisionMetadata.html +++ b/docs/d8/dc4/interfaceIDecisionMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -181,7 +181,7 @@

    - +

diff --git a/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html b/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html index 81c8d132..4c7f3cb4 100644 --- a/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html +++ b/docs/d8/deb/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html b/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html index 88d4c9bf..bc7a86ca 100644 --- a/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html +++ b/docs/d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html b/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html index c89ab77d..25918ca3 100644 --- a/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html +++ b/docs/d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html b/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html index 004e6e58..44bc4f79 100644 --- a/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html +++ b/docs/d9/d89/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html b/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html index 2792ec31..ca09f74c 100644 --- a/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html +++ b/docs/d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/d9/d9e/interfaceIDecisionMetadata-members.html b/docs/d9/d9e/interfaceIDecisionMetadata-members.html index 35811600..ecdbe7bd 100644 --- a/docs/d9/d9e/interfaceIDecisionMetadata-members.html +++ b/docs/d9/d9e/interfaceIDecisionMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html b/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html index 332e5ab7..0d0be204 100644 --- a/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html +++ b/docs/d9/ddf/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -112,7 +112,7 @@ diff --git a/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html b/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html index 36032289..8e8f47ed 100644 --- a/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html +++ b/docs/d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html index fa6054d7..3a26596e 100644 --- a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html +++ b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -142,6 +142,8 @@   interface  ISetVariablesCommandStep2   +interface  ITenantIdCommandStep +  interface  IThrowErrorCommandStep1   interface  IThrowErrorCommandStep2 @@ -159,7 +161,7 @@ diff --git a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.js b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.js index be4f7e0f..de7cd597 100644 --- a/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.js +++ b/docs/d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.js @@ -21,6 +21,7 @@ var namespaceZeebe_1_1Client_1_1Api_1_1Commands = [ "IResolveIncidentCommandStep1", "d0/d39/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IResolveIncidentCommandStep1.html", null ], [ "ISetVariablesCommandStep1", "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html", "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1" ], [ "ISetVariablesCommandStep2", "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html", "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2" ], + [ "ITenantIdCommandStep", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep" ], [ "IThrowErrorCommandStep1", "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html", "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1" ], [ "IThrowErrorCommandStep2", "d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html", "d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2" ], [ "ITopologyRequestStep1", "d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html", null ], diff --git a/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html b/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html index 82fe6cc5..574358fe 100644 --- a/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html +++ b/docs/da/d52/interfaceIEvaluateDecisionCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -177,7 +177,7 @@

    - +

diff --git a/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html b/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html index 6e210622..c9a612e2 100644 --- a/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html +++ b/docs/da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/da/d88/namespaceZeebe_1_1Client.html b/docs/da/d88/namespaceZeebe_1_1Client.html index e5d8307e..7b483eac 100644 --- a/docs/da/d88/namespaceZeebe_1_1Client.html +++ b/docs/da/d88/namespaceZeebe_1_1Client.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -109,7 +109,7 @@ diff --git a/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html b/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html index 94fdfee0..0f1ad62f 100644 --- a/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html +++ b/docs/da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -142,7 +142,7 @@

diff --git a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html index 04901798..456054b5 100644 --- a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html +++ b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html index 65e291eb..246cc91d 100644 --- a/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html +++ b/docs/da/db3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html b/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html index 31718826..69eef759 100644 --- a/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html +++ b/docs/db/d11/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html b/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html index 5d1d6cd1..b72e0ac6 100644 --- a/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html +++ b/docs/db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -212,7 +212,7 @@

    - +

diff --git a/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html b/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html index 5c2ad0d2..782921e0 100644 --- a/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html +++ b/docs/db/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html b/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html index 8c866221..015ff0d9 100644 --- a/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html +++ b/docs/db/d6b/interfaceIEvaluateDecisionCommandStep1_1_1IEvaluateDecisionCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html b/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html index d945a8f0..22aba1b9 100644 --- a/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html +++ b/docs/db/d7f/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -106,7 +106,7 @@ diff --git a/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html b/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html index 97469bdc..add14332 100644 --- a/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html +++ b/docs/db/da3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html b/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html index 731bb4b2..952b4c9d 100644 --- a/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html +++ b/docs/db/dca/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html b/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html index 84fac8f9..eed0d0d8 100644 --- a/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html +++ b/docs/db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -130,7 +130,7 @@ diff --git a/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html b/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html index a8161058..70fef865 100644 --- a/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html +++ b/docs/db/df8/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html b/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html index 1c7b1415..c83b415f 100644 --- a/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html +++ b/docs/dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -136,7 +136,7 @@ diff --git a/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html b/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html index 4eb9f620..0065bfd6 100644 --- a/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html +++ b/docs/dc/d18/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html b/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html index 27b3bad6..b002e260 100644 --- a/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html +++ b/docs/dc/d84/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html b/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html index 91868a45..3eba72e8 100644 --- a/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html +++ b/docs/dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -171,7 +171,7 @@

diff --git a/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html b/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html index 06abaef2..b471ae96 100644 --- a/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html +++ b/docs/dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -196,7 +196,7 @@

    - +

diff --git a/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html b/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html index ebfa7733..3bcc1422 100644 --- a/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html +++ b/docs/dc/dfd/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html b/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html index 572ba90c..80e23c52 100644 --- a/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html +++ b/docs/dd/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html b/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html index e4b06e16..bc9254f0 100644 --- a/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html +++ b/docs/dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -216,7 +216,7 @@

diff --git a/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html b/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html index 5c19b2fc..c9b0f4ed 100644 --- a/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html +++ b/docs/dd/d50/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html b/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html index 821a4573..7fce4c6b 100644 --- a/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html +++ b/docs/dd/d6c/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html b/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html index a8af785e..efca1de4 100644 --- a/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html +++ b/docs/dd/db0/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -104,7 +104,7 @@ diff --git a/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html b/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html index c3564caf..fe55d174 100644 --- a/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html +++ b/docs/dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -160,7 +160,7 @@ diff --git a/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html b/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html index 1bf07b10..124f11e4 100644 --- a/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html +++ b/docs/dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -184,7 +184,7 @@

diff --git a/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html b/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html index be96f165..895e65e4 100644 --- a/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html +++ b/docs/dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -122,7 +122,7 @@ diff --git a/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html b/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html index 0116a515..57140d62 100644 --- a/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html +++ b/docs/de/d08/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html b/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html index 4bed4b9f..5a0c473d 100644 --- a/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html +++ b/docs/de/d5c/interfaceIDecisionRequirementsMetadata-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -107,7 +107,7 @@ diff --git a/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html b/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html index 9529965b..24effc41 100644 --- a/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html +++ b/docs/de/d80/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html b/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html index c1550ff9..78d39f27 100644 --- a/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html +++ b/docs/de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -147,7 +147,7 @@

diff --git a/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html b/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html index 394cfa48..9e1d3452 100644 --- a/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html +++ b/docs/de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html b/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html index c1b84675..396bdfd2 100644 --- a/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html +++ b/docs/de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -141,7 +141,7 @@

diff --git a/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html b/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html index 82200e8b..ccfcf637 100644 --- a/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html +++ b/docs/de/ddc/interfaceZeebe_1_1Client_1_1IZeebeClient-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -117,7 +117,7 @@ diff --git a/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html b/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html index 0422f30a..e5cf0142 100644 --- a/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html +++ b/docs/de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -157,7 +157,7 @@

diff --git a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html index cd2f6001..ed82b9ab 100644 --- a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html +++ b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html index b63fd805..9e626e96 100644 --- a/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html +++ b/docs/de/dea/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html b/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html index 969c8d5d..e9197cce 100644 --- a/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html +++ b/docs/de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html b/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html index edcf8bc2..fd52da4c 100644 --- a/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html +++ b/docs/de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -108,7 +108,7 @@ diff --git a/docs/df/d06/interfaceIMatchedDecisionRule.html b/docs/df/d06/interfaceIMatchedDecisionRule.html index b2f5ea2d..38e78ffb 100644 --- a/docs/df/d06/interfaceIMatchedDecisionRule.html +++ b/docs/df/d06/interfaceIMatchedDecisionRule.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -186,7 +186,7 @@

    - +

diff --git a/docs/df/d13/interfaceIMatchedDecisionRule-members.html b/docs/df/d13/interfaceIMatchedDecisionRule-members.html index 59a79637..706f98c6 100644 --- a/docs/df/d13/interfaceIMatchedDecisionRule-members.html +++ b/docs/df/d13/interfaceIMatchedDecisionRule-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -105,7 +105,7 @@ diff --git a/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html b/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html index 99e04b35..91868af4 100644 --- a/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html +++ b/docs/df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -165,7 +165,7 @@

diff --git a/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html b/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html index 9a863f39..b65ee841 100644 --- a/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html +++ b/docs/df/d4b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2-members.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -103,7 +103,7 @@ diff --git a/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html b/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html index 02114672..0ab3b7ee 100644 --- a/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html +++ b/docs/df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -290,7 +290,7 @@

    - +

diff --git a/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html b/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html index f08d5b50..c1857e17 100644 --- a/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html +++ b/docs/df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -161,7 +161,7 @@

    - +

diff --git a/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html b/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html index 1b2f2427..c9099525 100644 --- a/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html +++ b/docs/df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -279,7 +279,7 @@

diff --git a/docs/dir_09d442850baba38b957d6a76e6ec806a.html b/docs/dir_09d442850baba38b957d6a76e6ec806a.html index ad919ea8..48876057 100644 --- a/docs/dir_09d442850baba38b957d6a76e6ec806a.html +++ b/docs/dir_09d442850baba38b957d6a76e6ec806a.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_2739a70d4777da5ad454341ec349fce2.html b/docs/dir_2739a70d4777da5ad454341ec349fce2.html index 5e3a4436..a8b6bd8d 100644 --- a/docs/dir_2739a70d4777da5ad454341ec349fce2.html +++ b/docs/dir_2739a70d4777da5ad454341ec349fce2.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -114,7 +114,7 @@ diff --git a/docs/dir_52bea0c97656d06529d1f09893fd931d.html b/docs/dir_52bea0c97656d06529d1f09893fd931d.html index 27eb151d..d483e536 100644 --- a/docs/dir_52bea0c97656d06529d1f09893fd931d.html +++ b/docs/dir_52bea0c97656d06529d1f09893fd931d.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_580496d880bbb980042181fa4dbc77ff.html b/docs/dir_580496d880bbb980042181fa4dbc77ff.html index df48a516..87fd2c7a 100644 --- a/docs/dir_580496d880bbb980042181fa4dbc77ff.html +++ b/docs/dir_580496d880bbb980042181fa4dbc77ff.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_59ead2f44092931f0f384672d3f67ca6.html b/docs/dir_59ead2f44092931f0f384672d3f67ca6.html index 088e89c7..e159e032 100644 --- a/docs/dir_59ead2f44092931f0f384672d3f67ca6.html +++ b/docs/dir_59ead2f44092931f0f384672d3f67ca6.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_922c588100a187620fdc1533bc178f73.html b/docs/dir_922c588100a187620fdc1533bc178f73.html index 65918461..7cb8182c 100644 --- a/docs/dir_922c588100a187620fdc1533bc178f73.html +++ b/docs/dir_922c588100a187620fdc1533bc178f73.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html b/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html index 7155c7f2..f117cb1e 100644 --- a/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html +++ b/docs/dir_9d9c9ef8cbb75b2a1b56d51a01759903.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,7 +100,7 @@ diff --git a/docs/functions.html b/docs/functions.html index ea388ddb..0c5b553e 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -26,7 +26,7 @@ Logo -
Zeebe C# Client 2.3.0 +
Zeebe C# Client 2.4.0
C# Client to communicate with an Zeebe Gateway
@@ -100,6 +100,7 @@

- a -

@@ -280,6 +281,7 @@

- u -

  • UseGatewayAddress() : Zeebe.Client.Api.Builder.IZeebeClientBuilder
  • UseKeepAlive() : Zeebe.Client.Api.Builder.IZeebeClientFinalBuildStep
  • UseLoggerFactory() : Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep, Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder, Zeebe.Client.Api.Builder.IZeebeClientBuilder
  • +
  • UsePath() : Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep
  • UsePlainText() : Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder
  • UseRetrySleepDurationProvider() : Zeebe.Client.Api.Builder.IZeebeClientFinalBuildStep
  • UseTransportEncryption() : Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder
  • @@ -302,7 +304,7 @@

    - w -

      diff --git a/docs/functions_func.html b/docs/functions_func.html index 39b06fd4..267d6c32 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -26,7 +26,7 @@ Logo -
      Zeebe C# Client 2.3.0 +
      Zeebe C# Client 2.4.0
      C# Client to communicate with an Zeebe Gateway
      @@ -99,6 +99,7 @@

      - a -

      @@ -225,6 +226,7 @@

      - u -

      • UseGatewayAddress() : Zeebe.Client.Api.Builder.IZeebeClientBuilder
      • UseKeepAlive() : Zeebe.Client.Api.Builder.IZeebeClientFinalBuildStep
      • UseLoggerFactory() : Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep, Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder, Zeebe.Client.Api.Builder.IZeebeClientBuilder
      • +
      • UsePath() : Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep
      • UsePlainText() : Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder
      • UseRetrySleepDurationProvider() : Zeebe.Client.Api.Builder.IZeebeClientFinalBuildStep
      • UseTransportEncryption() : Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder
      • @@ -246,7 +248,7 @@

        - w -

          diff --git a/docs/functions_prop.html b/docs/functions_prop.html index e50e3628..98827f1a 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -227,7 +227,7 @@

          - w -

          @@ -202,7 +205,7 @@ diff --git a/docs/hierarchy.js b/docs/hierarchy.js index ad2b8555..a902a1da 100644 --- a/docs/hierarchy.js +++ b/docs/hierarchy.js @@ -98,6 +98,10 @@ var hierarchy = [ "Zeebe.Client.Api.Responses.IResolveIncidentResponse", "de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html", null ], [ "Zeebe.Client.Api.Commands.ISetVariablesCommandStep1", "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html", null ], [ "Zeebe.Client.Api.Responses.ISetVariablesResponse", "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html", null ], + [ "Zeebe.Client.Api.Commands.ITenantIdCommandStep< out T >", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html", null ], + [ "Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >", "da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html", [ + [ "Zeebe.Client.Api.Commands.IDeployResourceCommandBuilderStep2", "d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html", null ] + ] ], [ "Zeebe.Client.Api.Commands.IThrowErrorCommandStep1", "d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html", null ], [ "Zeebe.Client.Api.Responses.IThrowErrorResponse", "d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html", null ], [ "ITokenAccess", null, [ diff --git a/docs/index.html b/docs/index.html index 3bd1c10c..8a7fafaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -294,7 +294,7 @@

          diff --git a/docs/namespacemembers.html b/docs/namespacemembers.html index f39ba2fa..37b9e153 100644 --- a/docs/namespacemembers.html +++ b/docs/namespacemembers.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -101,7 +101,7 @@ diff --git a/docs/namespacemembers_enum.html b/docs/namespacemembers_enum.html index 02889cdf..84286821 100644 --- a/docs/namespacemembers_enum.html +++ b/docs/namespacemembers_enum.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -99,7 +99,7 @@ diff --git a/docs/namespacemembers_func.html b/docs/namespacemembers_func.html index 249540d5..4bc7ee72 100644 --- a/docs/namespacemembers_func.html +++ b/docs/namespacemembers_func.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -100,7 +100,7 @@ diff --git a/docs/namespaces.html b/docs/namespaces.html index 651f573b..0eb90f82 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -26,7 +26,7 @@ Logo -
          Zeebe C# Client 2.3.0 +
          Zeebe C# Client 2.4.0
          C# Client to communicate with an Zeebe Gateway
          @@ -136,34 +136,35 @@  CIResolveIncidentCommandStep1  CISetVariablesCommandStep1  CISetVariablesCommandStep2 - CIThrowErrorCommandStep1 - CIThrowErrorCommandStep2 - CITopologyRequestStep1 - CIUpdateRetriesCommandStep1 - CIUpdateRetriesCommandStep2 - NMisc - CIAsyncRetryStrategy - NResponses - CIActivateJobsResponse - CIBrokerInfo - CICancelProcessInstanceResponseResponse on a cancel process instance command. - CICompleteJobResponseRepresents an response for an job complete command request. - CIDeployResourceResponse - CIEvaluateDecisionResponseResponse for evaluating a decision on the broker. - CIFailJobResponseRepresents an response for an job fail command request. - CIJob - CIPartitionInfo - CIProcessInstanceResponseResponse for an create process instance command. - CIProcessInstanceResultResponse for an create process instance with result command. - CIProcessMetadata - CIPublishMessageResponseResponse for publishing a message. - CIResolveIncidentResponseResponse for an resolve incident request. - CISetVariablesResponseResponse for an set variables request. - CIThrowErrorResponseResponse for an throw error request. - CITopology - CIUpdateRetriesResponseResponse for an update retries request. - NWorker - CIJobClientA client with access to all job-related operation:

          @@ -184,7 +185,7 @@ diff --git a/docs/navtreedata.js b/docs/navtreedata.js index b5bdfd3d..4f9a138b 100644 --- a/docs/navtreedata.js +++ b/docs/navtreedata.js @@ -54,7 +54,7 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161" +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/navtreeindex0.js b/docs/navtreeindex0.js index 7e6a61f1..ffe887e1 100644 --- a/docs/navtreeindex0.js +++ b/docs/navtreeindex0.js @@ -16,10 +16,10 @@ var NAVTREEINDEX0 = "d0/d9e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep2.html#a812d2062fe9630879fdcba09ac1d93a0":[2,0,0,0,0,1,1,0], "d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html":[1,0,0,0,0,3,12], "d0/dab/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPublishMessageResponse.html":[2,0,0,0,0,3,12], -"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html":[2,0,0,0,0,1,7], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html":[1,0,0,0,0,1,7], -"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a40d4cef0731118ab14bdc9ae4b4cb007":[1,0,0,0,0,1,7,0], +"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html":[2,0,0,0,0,1,7], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a40d4cef0731118ab14bdc9ae4b4cb007":[2,0,0,0,0,1,7,0], +"d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a40d4cef0731118ab14bdc9ae4b4cb007":[1,0,0,0,0,1,7,0], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a46f6eddd29cace93eebbfe077ed09d39":[2,0,0,0,0,1,7,1], "d0/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep3.html#a46f6eddd29cace93eebbfe077ed09d39":[1,0,0,0,0,1,7,1], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html":[1,0,0,0,0,3,10], @@ -28,62 +28,62 @@ var NAVTREEINDEX0 = "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#a35c08001e85b015a9b42016c71bccdc7":[1,0,0,0,0,3,10,1], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aa4225972fbdf911398023ba0e0bef459":[1,0,0,0,0,3,10,2], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aa4225972fbdf911398023ba0e0bef459":[2,0,0,0,0,3,10,2], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[1,0,0,0,0,3,10,3], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[2,0,0,0,0,3,10,3], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#aba0a31a66cd04948ae332debcbb6bbc5":[1,0,0,0,0,3,10,3], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae17c9d361622d6ec1318ddbca2ef110b":[2,0,0,0,0,3,10,0], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae17c9d361622d6ec1318ddbca2ef110b":[1,0,0,0,0,3,10,0], -"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[1,0,0,0,0,3,10,4], "d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[2,0,0,0,0,3,10,4], -"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[1,0,0,0,0,0,2], +"d0/dd0/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResult.html#ae3fd7cbfefa940fbb1baf3274da59ad3":[1,0,0,0,0,3,10,4], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[2,0,0,0,0,0,2], -"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98":[1,0,0,0,0,0,2,2], +"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html":[1,0,0,0,0,0,2], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98":[2,0,0,0,0,0,2,2], +"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98":[1,0,0,0,0,0,2,2], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a8de8d1febe93685c220a9b7e381e529e":[1,0,0,0,0,0,2,0], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a8de8d1febe93685c220a9b7e381e529e":[2,0,0,0,0,0,2,0], -"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#ab969cc775e9253e23bf870ae99fa2ae8":[1,0,0,0,0,0,2,1], "d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#ab969cc775e9253e23bf870ae99fa2ae8":[2,0,0,0,0,0,2,1], +"d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#ab969cc775e9253e23bf870ae99fa2ae8":[1,0,0,0,0,0,2,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html":[1,0,0,0,0,4,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html":[2,0,0,0,0,4,1], -"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[2,0,0,0,0,4,1,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[1,0,0,0,0,4,1,1], -"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[2,0,0,0,0,4,1,0], +"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7":[2,0,0,0,0,4,1,1], "d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[1,0,0,0,0,4,1,0], -"d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[1,0,0,0,0,0,0], +"d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a8376a25e687c47071d2e52270af6b6a5":[2,0,0,0,0,4,1,0], "d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[2,0,0,0,0,0,0], +"d2/d24/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IAccessTokenSupplier.html":[1,0,0,0,0,0,0], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html":[1,0,0,0,0,3,4], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html":[2,0,0,0,0,3,4], -"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[2,0,0,0,0,3,4,1], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[1,0,0,0,0,3,4,1], +"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a58372d3e6d1bdd954e7886099bc26b78":[2,0,0,0,0,3,4,1], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a93cd52b29eeb3365218d9d6bae5a907f":[1,0,0,0,0,3,4,3], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a93cd52b29eeb3365218d9d6bae5a907f":[2,0,0,0,0,3,4,3], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a953ceb24799e93064df49df32b149ebe":[1,0,0,0,0,3,4,0], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#a953ceb24799e93064df49df32b149ebe":[2,0,0,0,0,3,4,0], -"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#af4fd38904c4aae7dc733f81747223b52":[2,0,0,0,0,3,4,2], "d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#af4fd38904c4aae7dc733f81747223b52":[1,0,0,0,0,3,4,2], +"d2/d2d/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IDeployResourceResponse.html#af4fd38904c4aae7dc733f81747223b52":[2,0,0,0,0,3,4,2], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html":[1,0,0,0,0,1,4], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html":[2,0,0,0,0,1,4], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html#a496c63444b672c49a974556bb34edefe":[1,0,0,0,0,1,4,0], "d2/d53/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICompleteJobCommandStep1.html#a496c63444b672c49a974556bb34edefe":[2,0,0,0,0,1,4,0], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[1,0,0,0,0,4,4], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[2,0,0,0,0,4,4], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[1,0,0,0,0,4,4,8], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html":[1,0,0,0,0,4,4], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[2,0,0,0,0,4,4,8], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[1,0,0,0,0,4,4,1], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a0bd0858260a6ec4d2397b0ff97645825":[1,0,0,0,0,4,4,8], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[2,0,0,0,0,4,4,1], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[1,0,0,0,0,4,4,7], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a4fc6453b1f3c5f4a743829fb3fa26cec":[1,0,0,0,0,4,4,1], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[2,0,0,0,0,4,4,7], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a61390bdd234664eca6f2756e12192aec":[1,0,0,0,0,4,4,7], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a71000a7612f5c8a54b3e01e997897218":[1,0,0,0,0,4,4,2], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#a71000a7612f5c8a54b3e01e997897218":[2,0,0,0,0,4,4,2], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aa4c868eed67e29b53888f89bf27b29a7":[2,0,0,0,0,4,4,3], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aa4c868eed67e29b53888f89bf27b29a7":[1,0,0,0,0,4,4,3], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aa4c868eed67e29b53888f89bf27b29a7":[2,0,0,0,0,4,4,3], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab3049749211dc9ee4b145c02e99952f8":[2,0,0,0,0,4,4,6], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab3049749211dc9ee4b145c02e99952f8":[1,0,0,0,0,4,4,6], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a":[2,0,0,0,0,4,4,0], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a":[1,0,0,0,0,4,4,0], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[2,0,0,0,0,4,4,9], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[1,0,0,0,0,4,4,9], -"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[1,0,0,0,0,4,4,5], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ae13a82bafc0d7c1ffe5b9b9273106843":[2,0,0,0,0,4,4,9], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[2,0,0,0,0,4,4,5], +"d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#aea7602ab97985620a6d8c2454e41ff3e":[1,0,0,0,0,4,4,5], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#af71bd628edb5821bd8938a7b273b6426":[1,0,0,0,0,4,4,4], "d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#af71bd628edb5821bd8938a7b273b6426":[2,0,0,0,0,4,4,4], "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html":[2,0,0,0,0,1,19], @@ -92,38 +92,38 @@ var NAVTREEINDEX0 = "d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html#a9b7b67b5388ccd021c03ddb922744192":[2,0,0,0,0,1,19,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html":[2,0,0,0,0,0,10], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html":[1,0,0,0,0,0,10], -"d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314":[2,0,0,0,0,0,10,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314":[1,0,0,0,0,0,10,0], +"d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314":[2,0,0,0,0,0,10,0], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e":[2,0,0,0,0,0,10,1], "d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e":[1,0,0,0,0,0,10,1], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html":[1,0,0,0,0,1,13], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html":[2,0,0,0,0,1,13], -"d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#a57e040172dcdae18979586344b239acd":[2,0,0,0,0,1,13,0], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#a57e040172dcdae18979586344b239acd":[1,0,0,0,0,1,13,0], +"d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#a57e040172dcdae18979586344b239acd":[2,0,0,0,0,1,13,0], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#aa0d9df6935da886d3e6e964e5a399bcd":[2,0,0,0,0,1,13,1], "d2/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandStep.html#aa0d9df6935da886d3e6e964e5a399bcd":[1,0,0,0,0,1,13,1], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html":[1,0,0,0,0,0,12], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html":[2,0,0,0,0,0,12], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d":[1,0,0,0,0,0,12,1], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d":[2,0,0,0,0,0,12,1], -"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[1,0,0,0,0,0,12,0], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[2,0,0,0,0,0,12,0], -"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f":[1,0,0,0,0,0,12,2], +"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6":[1,0,0,0,0,0,12,0], "d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f":[2,0,0,0,0,0,12,2], -"d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html":[1,0,0,0,0,0,5], +"d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f":[1,0,0,0,0,0,12,2], "d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html":[2,0,0,0,0,0,5], +"d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html":[1,0,0,0,0,0,5], "d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a29ec1b3e2ed3345ac058a97e1a059bd4":[2,0,0,0,0,0,5,0], "d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a29ec1b3e2ed3345ac058a97e1a059bd4":[1,0,0,0,0,0,5,0], -"d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a4e6552c929a81840d3e003a685b9f4fd":[1,0,0,0,0,0,5,1], "d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a4e6552c929a81840d3e003a685b9f4fd":[2,0,0,0,0,0,5,1], -"d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html":[2,0,0,0,0,3,3], +"d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a4e6552c929a81840d3e003a685b9f4fd":[1,0,0,0,0,0,5,1], "d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html":[1,0,0,0,0,3,3], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html":[2,0,0,0,0,1,22], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html":[1,0,0,0,0,1,22], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a858e3e536cba8141579828c8c6d95247":[2,0,0,0,0,1,22,1], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a858e3e536cba8141579828c8c6d95247":[1,0,0,0,0,1,22,1], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a99091a400a4b2aced2a9edf5ba5f230a":[2,0,0,0,0,1,22,0], -"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a99091a400a4b2aced2a9edf5ba5f230a":[1,0,0,0,0,1,22,0], +"d3/d3e/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICompleteJobResponse.html":[2,0,0,0,0,3,3], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html":[1,0,0,0,0,1,23], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html":[2,0,0,0,0,1,23], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a858e3e536cba8141579828c8c6d95247":[1,0,0,0,0,1,23,1], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a858e3e536cba8141579828c8c6d95247":[2,0,0,0,0,1,23,1], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a99091a400a4b2aced2a9edf5ba5f230a":[1,0,0,0,0,1,23,0], +"d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html#a99091a400a4b2aced2a9edf5ba5f230a":[2,0,0,0,0,1,23,0], "d3/df4/interfaceIEvaluatedDecisionOutput.html":[2,0,5], "d3/df4/interfaceIEvaluatedDecisionOutput.html#a44875c4112a60d67e4e89bf7c244dc89":[2,0,5,0], "d3/df4/interfaceIEvaluatedDecisionOutput.html#a44df5d360fb2e24570a1dd67b0b2bd67":[2,0,5,2], @@ -134,12 +134,12 @@ var NAVTREEINDEX0 = "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html":[1,0,0,0,0,1,0], "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html#ae28f36413983e55d97b5db9aa7ed5a59":[2,0,0,0,0,1,0,0], "d4/d1d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep1.html#ae28f36413983e55d97b5db9aa7ed5a59":[1,0,0,0,0,1,0,0], -"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[2,0,0,0,0,1,21], -"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[1,0,0,0,0,1,21], -"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[2,0,0,0,0,1,21,0], -"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[1,0,0,0,0,1,21,0], -"d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[2,0,0,0,0,1,9], +"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[2,0,0,0,0,1,22], +"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html":[1,0,0,0,0,1,22], +"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[2,0,0,0,0,1,22,0], +"d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html#ad9f3eeda0f9ee82c25e425109f411201":[1,0,0,0,0,1,22,0], "d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[1,0,0,0,0,1,9], +"d4/d33/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandBuilderStep2.html":[2,0,0,0,0,1,9], "d4/d5a/interfaceIEvaluatedDecisionInput.html":[2,0,4], "d4/d5a/interfaceIEvaluatedDecisionInput.html#a2ba6833d0acfd10c2ac74e12c4e7ef16":[2,0,4,1], "d4/d5a/interfaceIEvaluatedDecisionInput.html#a97cdcee6bdcfea8a1dcec89bda578d43":[2,0,4,2], @@ -156,98 +156,98 @@ var NAVTREEINDEX0 = "d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html":[1,0,0,0,0,3,0], "d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html#a64a9a9c685df4a474ace2528601fc7e4":[2,0,0,0,0,3,0,0], "d5/d31/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IActivateJobsResponse.html#a64a9a9c685df4a474ace2528601fc7e4":[1,0,0,0,0,3,0,0], -"d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html":[2,0,0,0,0,4,3], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html":[1,0,0,0,0,4,3], +"d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html":[2,0,0,0,0,4,3], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#aca9a5ca68a4d650d8a3ab952da39b120":[1,0,0,0,0,4,3,1], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#aca9a5ca68a4d650d8a3ab952da39b120":[2,0,0,0,0,4,3,1], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#afe848cc8c082c14389010b44d98dc734":[1,0,0,0,0,4,3,0], "d5/d42/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep2.html#afe848cc8c082c14389010b44d98dc734":[2,0,0,0,0,4,3,0], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html":[1,0,0,0,0,1,14], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html":[2,0,0,0,0,1,14], -"d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html#a00faa4eeae2f6a2d2dc18e2d1153b214":[1,0,0,0,0,1,14,0], "d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html#a00faa4eeae2f6a2d2dc18e2d1153b214":[2,0,0,0,0,1,14,0], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[1,0,0,0,0,1,12], +"d5/d5e/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFinalCommandWithRetryStep.html#a00faa4eeae2f6a2d2dc18e2d1153b214":[1,0,0,0,0,1,14,0], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[2,0,0,0,0,1,12], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[1,0,0,0,0,1,12,0], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html":[1,0,0,0,0,1,12], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[2,0,0,0,0,1,12,0], -"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[1,0,0,0,0,1,12,1], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae19730f1e14442e22acd7c289ad0b886":[1,0,0,0,0,1,12,0], "d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[2,0,0,0,0,1,12,1], +"d5/d66/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep2.html#ae6fdec6305522f829eb513b76205b376":[1,0,0,0,0,1,12,1], "d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html":[2,0,0,0,0,1,3], "d5/d79/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICancelProcessInstanceCommandStep1.html":[1,0,0,0,0,1,3], -"d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[2,0,0,0,0,1,23], -"d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[1,0,0,0,0,1,23], +"d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[1,0,0,0,0,1,24], +"d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html":[2,0,0,0,0,1,24], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html":[2,0,0,0,0,4,2], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html":[1,0,0,0,0,4,2], -"d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[1,0,0,0,0,4,2,0], "d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[2,0,0,0,0,4,2,0], +"d5/dc7/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep1.html#a751286c47f00b2b07eb221f21143079c":[1,0,0,0,0,4,2,0], "d5/df7/namespaceZeebe_1_1Client_1_1Api.html":[1,0,0,0,0], "d6/d18/namespaceZeebe.html":[1,0,0], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html":[1,0,0,0,0,0,11], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html":[2,0,0,0,0,0,11], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a3ccb013a123c5515eec311e7b03340d1":[1,0,0,0,0,0,11,0], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a3ccb013a123c5515eec311e7b03340d1":[2,0,0,0,0,0,11,0], -"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d":[2,0,0,0,0,0,11,1], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d":[1,0,0,0,0,0,11,1], -"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140":[2,0,0,0,0,0,11,2], +"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d":[2,0,0,0,0,0,11,1], "d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140":[1,0,0,0,0,0,11,2], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html":[2,0,0,0,0,3,5], +"d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140":[2,0,0,0,0,0,11,2], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html":[1,0,0,0,0,3,5], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[2,0,0,0,0,3,5,6], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html":[2,0,0,0,0,3,5], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[1,0,0,0,0,3,5,6], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a119434f6966f7c76f764b935427e76e9":[2,0,0,0,0,3,5,6], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a651d6bd5b6bc785b0b1225161a6fcfd6":[1,0,0,0,0,3,5,5], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a651d6bd5b6bc785b0b1225161a6fcfd6":[2,0,0,0,0,3,5,5], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[1,0,0,0,0,3,5,9], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[2,0,0,0,0,3,5,9], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[1,0,0,0,0,3,5,8], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#a6f12cb1cfc8bfc5741e9a26f45143b65":[1,0,0,0,0,3,5,9], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[2,0,0,0,0,3,5,8], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#abb67e883431d77f828bcf3d53be27c6e":[2,0,0,0,0,3,5,4], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aa29aba554935557900a9f42850a2ebeb":[1,0,0,0,0,3,5,8], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#abb67e883431d77f828bcf3d53be27c6e":[1,0,0,0,0,3,5,4], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#abb67e883431d77f828bcf3d53be27c6e":[2,0,0,0,0,3,5,4], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac08df1f66038e5c5f80c58a1c1ddb9d8":[1,0,0,0,0,3,5,2], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac08df1f66038e5c5f80c58a1c1ddb9d8":[2,0,0,0,0,3,5,2], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[2,0,0,0,0,3,5,3], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[1,0,0,0,0,3,5,3], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#ac7cdfd065845764d2465a4ffa7880314":[2,0,0,0,0,3,5,3], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#adf490aeaac25940330e7e1376762220a":[1,0,0,0,0,3,5,7], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#adf490aeaac25940330e7e1376762220a":[2,0,0,0,0,3,5,7], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aee09587cc0c197d5d4658dd11ce1879c":[2,0,0,0,0,3,5,1], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#aee09587cc0c197d5d4658dd11ce1879c":[1,0,0,0,0,3,5,1], -"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#afec3c956ff4a506bee490cf2411e49de":[2,0,0,0,0,3,5,0], "d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#afec3c956ff4a506bee490cf2411e49de":[1,0,0,0,0,3,5,0], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[2,0,0,0,0,0,13], +"d6/d30/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IEvaluateDecisionResponse.html#afec3c956ff4a506bee490cf2411e49de":[2,0,0,0,0,3,5,0], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[1,0,0,0,0,0,13], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html":[2,0,0,0,0,0,13], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86":[1,0,0,0,0,0,13,0], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86":[2,0,0,0,0,0,13,0], -"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[2,0,0,0,0,0,13,2], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[1,0,0,0,0,0,13,2], +"d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a6629538576bbb21ae5018582c2e0bc50":[2,0,0,0,0,0,13,2], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[2,0,0,0,0,0,13,1], "d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a7e54e81da971f5555863ef55aa222c5f":[1,0,0,0,0,0,13,1], -"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[1,0,0,0,0,0,6], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[2,0,0,0,0,0,6], +"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html":[1,0,0,0,0,0,6], +"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#a271abbe17b8ff356a947780d4178c132":[2,0,0,0,0,0,6,1], +"d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#a271abbe17b8ff356a947780d4178c132":[1,0,0,0,0,0,6,1], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22":[2,0,0,0,0,0,6,0], "d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#aafb55f3b1b1d1d1d39d1264894aaff22":[1,0,0,0,0,0,6,0], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html":[1,0,0,0,0,0,1], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html":[2,0,0,0,0,0,1], -"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a5aa016e383cdfb542d3e3c6367ef1aeb":[2,0,0,0,0,0,1,0], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a5aa016e383cdfb542d3e3c6367ef1aeb":[1,0,0,0,0,0,1,0], -"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a7dbd35f00ff05ec985023270d26c9ad4":[2,0,0,0,0,0,1,1], +"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a5aa016e383cdfb542d3e3c6367ef1aeb":[2,0,0,0,0,0,1,0], "d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a7dbd35f00ff05ec985023270d26c9ad4":[1,0,0,0,0,0,1,1], +"d7/d02/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilder.html#a7dbd35f00ff05ec985023270d26c9ad4":[2,0,0,0,0,0,1,1], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html":[1,0,0,0,0,0,3], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html":[2,0,0,0,0,0,3], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html#abc61e3608e882c6aacaf3ba026113ee4":[1,0,0,0,0,0,3,0], "d7/d12/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep1.html#abc61e3608e882c6aacaf3ba026113ee4":[2,0,0,0,0,0,3,0], -"d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html":[2,0,0,0,0,3,14], "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html":[1,0,0,0,0,3,14], -"d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html#a5c36668113107043d2eebad84a8121df":[2,0,0,0,0,3,14,0], +"d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html":[2,0,0,0,0,3,14], "d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html#a5c36668113107043d2eebad84a8121df":[1,0,0,0,0,3,14,0], -"d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html":[2,0,0,0,0,3,15], +"d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html#a5c36668113107043d2eebad84a8121df":[2,0,0,0,0,3,14,0], "d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html":[1,0,0,0,0,3,15], +"d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html":[2,0,0,0,0,3,15], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html":[1,0,0,0,0,3,8], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html":[2,0,0,0,0,3,8], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[2,0,0,0,0,3,8,2], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[1,0,0,0,0,3,8,2], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[2,0,0,0,0,3,8,1], +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#a20b47003094b2e70d03e06a25200a2fd":[2,0,0,0,0,3,8,2], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[1,0,0,0,0,3,8,1], -"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[2,0,0,0,0,3,8,0], +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aa1ec8bca3967e82f8caf05f3d18d9470":[2,0,0,0,0,3,8,1], "d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[1,0,0,0,0,3,8,0], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[1,0,0,0,0,1,10], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[2,0,0,0,0,1,10] +"d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e":[2,0,0,0,0,3,8,0] }; diff --git a/docs/navtreeindex1.js b/docs/navtreeindex1.js index ba1527fd..48cc1e47 100644 --- a/docs/navtreeindex1.js +++ b/docs/navtreeindex1.js @@ -1,29 +1,31 @@ var NAVTREEINDEX1 = { +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[1,0,0,0,0,1,10], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html":[2,0,0,0,0,1,10], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161":[2,0,0,0,0,1,10,3], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161":[1,0,0,0,0,1,10,3], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[2,0,0,0,0,1,10,1], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[1,0,0,0,0,1,10,1], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a5cec393180f0272146acf1e615230668":[2,0,0,0,0,1,10,1], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab":[2,0,0,0,0,1,10,2], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab":[1,0,0,0,0,1,10,2], -"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[1,0,0,0,0,1,10,0], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[2,0,0,0,0,1,10,0], +"d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ac661e7377360b62abcb1931a898ffc03":[1,0,0,0,0,1,10,0], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548":[1,0,0,0,0,1,10,4], "d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548":[2,0,0,0,0,1,10,4], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html":[1,0,0,0,0,3,1], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html":[2,0,0,0,0,3,1], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a10e83484ed5a2632a390e4ffe674f664":[1,0,0,0,0,3,1,3], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a10e83484ed5a2632a390e4ffe674f664":[2,0,0,0,0,3,1,3], -"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[2,0,0,0,0,3,1,4], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[1,0,0,0,0,3,1,4], +"d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a4e43bc60b0945a82722cedfd4bd742cd":[2,0,0,0,0,3,1,4], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a5d83f8b66d884acdefe4307e8e9bcbf8":[2,0,0,0,0,3,1,2], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a5d83f8b66d884acdefe4307e8e9bcbf8":[1,0,0,0,0,3,1,2], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9":[1,0,0,0,0,3,1,0], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9":[2,0,0,0,0,3,1,0], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#adf89f92afa01a33f813cefe6fd7f3137":[1,0,0,0,0,3,1,1], "d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#adf89f92afa01a33f813cefe6fd7f3137":[2,0,0,0,0,3,1,1], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html":[1,0,0,0,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html":[2,0,0,0,1], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html":[1,0,0,0,1], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a04edceb7abb5195c0c35efa0de843236":[2,0,0,0,1,10], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a04edceb7abb5195c0c35efa0de843236":[1,0,0,0,1,10], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a10370b9ac0ebd7feca4d63e638ddd14c":[1,0,0,0,1,9], @@ -36,12 +38,12 @@ var NAVTREEINDEX1 = "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a83b77ca41cbde1947a976fa1193ded4a":[1,0,0,0,1,8], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a874afc6171c09e250b4853ca190660f3":[1,0,0,0,1,4], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#a874afc6171c09e250b4853ca190660f3":[2,0,0,0,1,4], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ab8ab0c28694249cc682e32a24cc7889a":[1,0,0,0,1,5], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ab8ab0c28694249cc682e32a24cc7889a":[2,0,0,0,1,5], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ab8ab0c28694249cc682e32a24cc7889a":[1,0,0,0,1,5], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ad551d03f526c8694b2a0be7f8dc26bab":[2,0,0,0,1,6], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ad551d03f526c8694b2a0be7f8dc26bab":[1,0,0,0,1,6], -"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#adb0cb5ee8719edc5cfa63ff99b8b5b19":[2,0,0,0,1,3], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#adb0cb5ee8719edc5cfa63ff99b8b5b19":[1,0,0,0,1,3], +"d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#adb0cb5ee8719edc5cfa63ff99b8b5b19":[2,0,0,0,1,3], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae4878e746b228217ce748cb59a2e86e4":[1,0,0,0,1,2], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae4878e746b228217ce748cb59a2e86e4":[2,0,0,0,1,2], "d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html#ae9ab9cf439f070dd5c785a2aa87e2303":[1,0,0,0,1,0], @@ -61,10 +63,10 @@ var NAVTREEINDEX1 = "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html":[1,0,0,0,0,0,8], "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html#aa6a11f4182e4875184a0231f68347f24":[2,0,0,0,0,0,8,0], "d8/d4e/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep3.html#aa6a11f4182e4875184a0231f68347f24":[1,0,0,0,0,0,8,0], -"d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html":[2,0,0,0,0,1,15], "d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html":[1,0,0,0,0,1,15], -"d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html#a2a9fa9a2a4cab434f5f14a948498f90d":[2,0,0,0,0,1,15,0], +"d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html":[2,0,0,0,0,1,15], "d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html#a2a9fa9a2a4cab434f5f14a948498f90d":[1,0,0,0,0,1,15,0], +"d8/d8d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep1.html#a2a9fa9a2a4cab434f5f14a948498f90d":[2,0,0,0,0,1,15,0], "d8/dc4/interfaceIDecisionMetadata.html":[2,0,1], "d8/dc4/interfaceIDecisionMetadata.html#a347fa5433974989ad56e32f0bdb21e02":[2,0,1,0], "d8/dc4/interfaceIDecisionMetadata.html#a36d6ca905049d634d8cecc8b25d0a009":[2,0,1,2], @@ -74,144 +76,148 @@ var NAVTREEINDEX1 = "d8/dc4/interfaceIDecisionMetadata.html#ad94494d75a0a258d64cfbad2b2d431e1":[2,0,1,1], "d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html":[1,0,0,0,0,3,2], "d9/d27/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ICancelProcessInstanceResponse.html":[2,0,0,0,0,3,2], -"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[1,0,0,0,0,1,16], "d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[2,0,0,0,0,1,16], +"d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html":[1,0,0,0,0,1,16], "d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html#aaea1241ff4493092038763e23c59faf8":[1,0,0,0,0,1,16,0], "d9/d49/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IPublishMessageCommandStep2.html#aaea1241ff4493092038763e23c59faf8":[2,0,0,0,0,1,16,0], -"d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html":[1,0,0,0,0,0,4], "d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html":[2,0,0,0,0,0,4], -"d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html#af312e6f9d9129c0882abba20a818833d":[2,0,0,0,0,0,4,0], +"d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html":[1,0,0,0,0,0,4], "d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html#af312e6f9d9129c0882abba20a818833d":[1,0,0,0,0,0,4,0], -"d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html":[2,0,0,0,0,1,11], +"d9/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderStep2.html#af312e6f9d9129c0882abba20a818833d":[2,0,0,0,0,0,4,0], "d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html":[1,0,0,0,0,1,11], -"d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html#a507382861c351b0e386537dcac109e4e":[2,0,0,0,0,1,11,0], +"d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html":[2,0,0,0,0,1,11], "d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html#a507382861c351b0e386537dcac109e4e":[1,0,0,0,0,1,11,0], +"d9/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IFailJobCommandStep1.html#a507382861c351b0e386537dcac109e4e":[2,0,0,0,0,1,11,0], "d9/def/namespaceZeebe_1_1Client_1_1Api_1_1Commands.html":[1,0,0,0,0,1], "da/d52/interfaceIEvaluateDecisionCommandStep1.html":[2,0,6], "da/d52/interfaceIEvaluateDecisionCommandStep1.html#a2bca22265f658b37fc22d54bea79fe01":[2,0,6,1], "da/d52/interfaceIEvaluateDecisionCommandStep1.html#ac13ae1980db7f471f56e56ee3b5aaba7":[2,0,6,2], -"da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[2,0,0,0,0,0,9], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[1,0,0,0,0,0,9], +"da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html":[2,0,0,0,0,0,9], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html#ae6992079a09d28d9fb5ede3129029cfe":[2,0,0,0,0,0,9,0], "da/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep4.html#ae6992079a09d28d9fb5ede3129029cfe":[1,0,0,0,0,0,9,0], "da/d88/namespaceZeebe_1_1Client.html":[1,0,0,0], -"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html":[2,0,0,0,0,1,24], -"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html":[1,0,0,0,0,1,24], -"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html#a7e7c2f67174a6ca210a2f08a15c28415":[1,0,0,0,0,1,24,0], -"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html#a7e7c2f67174a6ca210a2f08a15c28415":[2,0,0,0,0,1,24,0], +"da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html":[1,0,0,0,0,1,21], +"da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html":[2,0,0,0,0,1,21], +"da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html#a98067193e5fb0bb6b7e8966397997510":[1,0,0,0,0,1,21,0], +"da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html#a98067193e5fb0bb6b7e8966397997510":[2,0,0,0,0,1,21,0], +"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html":[2,0,0,0,0,1,25], +"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html":[1,0,0,0,0,1,25], +"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html#a7e7c2f67174a6ca210a2f08a15c28415":[2,0,0,0,0,1,25,0], +"da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html#a7e7c2f67174a6ca210a2f08a15c28415":[1,0,0,0,0,1,25,0], "db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html":[1,0,0,0,0,4], "db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca":[1,0,0,0,0,4,5], "db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a8e517f013623c95560b142de35a6d33d":[1,0,0,0,0,4,6], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html":[2,0,0,0,0,3,11], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html":[1,0,0,0,0,3,11], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html":[2,0,0,0,0,3,11], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#a34d9c310b7dff2b6d252cc8d3e6e7394":[2,0,0,0,0,3,11,3], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#a34d9c310b7dff2b6d252cc8d3e6e7394":[1,0,0,0,0,3,11,3], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[2,0,0,0,0,3,11,0], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[1,0,0,0,0,3,11,0], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[1,0,0,0,0,3,11,1], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ab1b4c053a127d36cc9061e96b35efbe2":[2,0,0,0,0,3,11,0], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[2,0,0,0,0,3,11,1], -"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#aec82d69d4ed869039d4527bd883048f0":[2,0,0,0,0,3,11,2], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#ac5b14e74b39161bbac6d6cf7ad009507":[1,0,0,0,0,3,11,1], "db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#aec82d69d4ed869039d4527bd883048f0":[1,0,0,0,0,3,11,2], +"db/df6/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessMetadata.html#aec82d69d4ed869039d4527bd883048f0":[2,0,0,0,0,3,11,2], "dc/d04/namespaceZeebe_1_1Client_1_1Api_1_1Builder.html":[1,0,0,0,0,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html":[1,0,0,0,0,1,5], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html":[2,0,0,0,0,1,5], -"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[2,0,0,0,0,1,5,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[1,0,0,0,0,1,5,0], -"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#ad05e1c4563f4dc1e16ca864d7eaedb98":[2,0,0,0,0,1,5,1], +"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#a785c0495c173b6e3ba1980b175bb9465":[2,0,0,0,0,1,5,0], "dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#ad05e1c4563f4dc1e16ca864d7eaedb98":[1,0,0,0,0,1,5,1], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html":[2,0,0,0,0,3,7], +"dc/db3/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep1.html#ad05e1c4563f4dc1e16ca864d7eaedb98":[2,0,0,0,0,1,5,1], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html":[1,0,0,0,0,3,7], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[1,0,0,0,0,3,7,0], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html":[2,0,0,0,0,3,7], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[2,0,0,0,0,3,7,0], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a1c78566bb6db79ee85d5bcc2ff76cc85":[1,0,0,0,0,3,7,0], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2f5a8450f2bbeb4e40b79cfa9c04cd9d":[2,0,0,0,0,3,7,6], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2f5a8450f2bbeb4e40b79cfa9c04cd9d":[1,0,0,0,0,3,7,6], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[2,0,0,0,0,3,7,2], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[1,0,0,0,0,3,7,2], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[2,0,0,0,0,3,7,3], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a2fdc616dbae422b068481869f3393b11":[2,0,0,0,0,3,7,2], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[1,0,0,0,0,3,7,3], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a3ebe082efc71c973919a9462bf210cf4":[2,0,0,0,0,3,7,3], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a40ef403c0f71d68748bc3a1f3e2057cb":[2,0,0,0,0,3,7,9], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a40ef403c0f71d68748bc3a1f3e2057cb":[1,0,0,0,0,3,7,9], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a52dcaaf846ca91ad327b3c333fc7814c":[2,0,0,0,0,3,7,5], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a52dcaaf846ca91ad327b3c333fc7814c":[1,0,0,0,0,3,7,5], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6cda4af72c822cfe5a3b7817fcf245b0":[2,0,0,0,0,3,7,11], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6cda4af72c822cfe5a3b7817fcf245b0":[1,0,0,0,0,3,7,11], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6e007a65b4d34776999fd785b2fe6a63":[1,0,0,0,0,3,7,7], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6cda4af72c822cfe5a3b7817fcf245b0":[2,0,0,0,0,3,7,11], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6e007a65b4d34776999fd785b2fe6a63":[2,0,0,0,0,3,7,7], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a6e007a65b4d34776999fd785b2fe6a63":[1,0,0,0,0,3,7,7], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a744a674cba2fe873abba69c6ee725581":[1,0,0,0,0,3,7,1], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a744a674cba2fe873abba69c6ee725581":[2,0,0,0,0,3,7,1], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a9730f3918a9dc0e7c420b1f2f99aca08":[1,0,0,0,0,3,7,10], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a9730f3918a9dc0e7c420b1f2f99aca08":[2,0,0,0,0,3,7,10], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[1,0,0,0,0,3,7,4], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#a9730f3918a9dc0e7c420b1f2f99aca08":[1,0,0,0,0,3,7,10], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[2,0,0,0,0,3,7,4], -"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af128cbe8db2fef999bda05b4c7e7853c":[1,0,0,0,0,3,7,8], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#aa0007e8fbe2cb18c5b3ea925521b2fcc":[1,0,0,0,0,3,7,4], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af128cbe8db2fef999bda05b4c7e7853c":[2,0,0,0,0,3,7,8], +"dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af128cbe8db2fef999bda05b4c7e7853c":[1,0,0,0,0,3,7,8], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af1c5a7db655676d720e79b685e4fa40e":[2,0,0,0,0,3,7,12], "dc/ddb/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IJob.html#af1c5a7db655676d720e79b685e4fa40e":[1,0,0,0,0,3,7,12], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html":[2,0,0,0,0,3,9], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html":[1,0,0,0,0,3,9], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[2,0,0,0,0,3,9,0], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html":[2,0,0,0,0,3,9], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[1,0,0,0,0,3,9,0], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ad5066fdf0832699225037b155f20f72e":[2,0,0,0,0,3,9,2], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#aad77097bb09a8938f6c0096cc15d8dba":[2,0,0,0,0,3,9,0], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ad5066fdf0832699225037b155f20f72e":[1,0,0,0,0,3,9,2], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#adfb05d21db3838bf917ade6a38f8351d":[2,0,0,0,0,3,9,3], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ad5066fdf0832699225037b155f20f72e":[2,0,0,0,0,3,9,2], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#adfb05d21db3838bf917ade6a38f8351d":[1,0,0,0,0,3,9,3], -"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[2,0,0,0,0,3,9,1], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#adfb05d21db3838bf917ade6a38f8351d":[2,0,0,0,0,3,9,3], "dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[1,0,0,0,0,3,9,1], +"dd/d46/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IProcessInstanceResponse.html#ae0c0d213a9591abda881ee789095de10":[2,0,0,0,0,3,9,1], "dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html":[1,0,0,0,0,3], "dd/db3/namespaceZeebe_1_1Client_1_1Api_1_1Responses.html#a1a9e862a4c86d9647570967f6001b9a2":[1,0,0,0,0,3,18], -"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html":[2,0,0,0,0,1,8], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html":[1,0,0,0,0,1,8], +"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html":[2,0,0,0,0,1,8], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a543b15d86a55a05375d4b9f04fee0326":[1,0,0,0,0,1,8,0], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a543b15d86a55a05375d4b9f04fee0326":[2,0,0,0,0,1,8,0], -"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a92948a6b91ec0cd6b61ea1d2937beec8":[2,0,0,0,0,1,8,1], "dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a92948a6b91ec0cd6b61ea1d2937beec8":[1,0,0,0,0,1,8,1], -"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[2,0,0,0,0,1,25], -"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[1,0,0,0,0,1,25], +"dd/dd6/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceWithResultCommandStep1.html#a92948a6b91ec0cd6b61ea1d2937beec8":[2,0,0,0,0,1,8,1], +"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[2,0,0,0,0,1,26], +"dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html":[1,0,0,0,0,1,26], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html":[2,0,0,0,0,2,0], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html":[1,0,0,0,0,2,0], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html#a67fa11ed8849cd06c1bd5bc524f286d9":[2,0,0,0,0,2,0,0], "de/d82/interfaceZeebe_1_1Client_1_1Api_1_1Misc_1_1IAsyncRetryStrategy.html#a67fa11ed8849cd06c1bd5bc524f286d9":[1,0,0,0,0,2,0,0], -"de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[1,0,0,0,0,3,6], "de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[2,0,0,0,0,3,6], -"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html":[1,0,0,0,0,0,7], +"de/d8a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IFailJobResponse.html":[1,0,0,0,0,3,6], "de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html":[2,0,0,0,0,0,7], -"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[2,0,0,0,0,0,7,0], +"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html":[1,0,0,0,0,0,7], "de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[1,0,0,0,0,0,7,0], -"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html":[1,0,0,0,0,1,20], +"de/db1/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderStep2.html#a9d6848dfba6c3436a99959c8919e900d":[2,0,0,0,0,0,7,0], "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html":[2,0,0,0,0,1,20], -"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[1,0,0,0,0,1,20,0], +"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html":[1,0,0,0,0,1,20], "de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[2,0,0,0,0,1,20,0], +"de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html#a571c951aa60a16f6c3ed957a897499dd":[1,0,0,0,0,1,20,0], "de/df7/namespaceZeebe_1_1Client_1_1Api_1_1Misc.html":[1,0,0,0,0,2], -"de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[2,0,0,0,0,3,13], "de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[1,0,0,0,0,3,13], +"de/df8/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IResolveIncidentResponse.html":[2,0,0,0,0,3,13], "df/d06/interfaceIMatchedDecisionRule.html":[2,0,7], "df/d06/interfaceIMatchedDecisionRule.html#a371ab79f574d55ac401fcf2f9d9fbc26":[2,0,7,0], "df/d06/interfaceIMatchedDecisionRule.html#af741b15a16d065822bf0f31b751607b0":[2,0,7,1], "df/d06/interfaceIMatchedDecisionRule.html#affabd88f503c0bc32de7f9cc0e581b97":[2,0,7,2], -"df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html":[1,0,0,0,0,1,6], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html":[2,0,0,0,0,1,6], +"df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html":[1,0,0,0,0,1,6], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#a4a5a8fe159510992c0fe4e7417e36c8c":[1,0,0,0,0,1,6,1], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#a4a5a8fe159510992c0fe4e7417e36c8c":[2,0,0,0,0,1,6,1], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#aac72874e79fc6adec2bfb366e7097e01":[2,0,0,0,0,1,6,0], "df/d4a/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ICreateProcessInstanceCommandStep2.html#aac72874e79fc6adec2bfb366e7097e01":[1,0,0,0,0,1,6,0], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[1,0,0,0,0,4,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[2,0,0,0,0,4,0], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html":[1,0,0,0,0,4,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a59b44132084c211cbae9d81ff99804ca":[2,0,0,0,0,4,0,3], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a59b44132084c211cbae9d81ff99804ca":[1,0,0,0,0,4,0,3], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8c429fc86a8093c8cafa7ff39e6d517b":[2,0,0,0,0,4,0,1], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8c429fc86a8093c8cafa7ff39e6d517b":[1,0,0,0,0,4,0,1], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8c429fc86a8093c8cafa7ff39e6d517b":[2,0,0,0,0,4,0,1], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8f24aa0d771928b078293383a0e76aeb":[1,0,0,0,0,4,0,0], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#a8f24aa0d771928b078293383a0e76aeb":[2,0,0,0,0,4,0,0], -"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#af7c7675709c3a77d44c53e672ebe3b60":[2,0,0,0,0,4,0,2], "df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#af7c7675709c3a77d44c53e672ebe3b60":[1,0,0,0,0,4,0,2], +"df/d67/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobClient.html#af7c7675709c3a77d44c53e672ebe3b60":[2,0,0,0,0,4,0,2], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html":[1,0,0,0,0,3,16], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html":[2,0,0,0,0,3,16], -"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[2,0,0,0,0,3,16,0], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[1,0,0,0,0,3,16,0], -"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[2,0,0,0,0,3,16,1], +"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a096a4c7fd0b404a311dee2ad7ec93536":[2,0,0,0,0,3,16,0], "df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[1,0,0,0,0,3,16,1], -"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[2,0,0,0,0,1,2], +"df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html#a9cb363b32dfe0812cf4dfa402ccd6d47":[2,0,0,0,0,3,16,1], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[1,0,0,0,0,1,2], +"df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html":[2,0,0,0,0,1,2], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#a1aa28e4533273ecdc7308d2c626b3ae5":[2,0,0,0,0,1,2,0], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#a1aa28e4533273ecdc7308d2c626b3ae5":[1,0,0,0,0,1,2,0], "df/d94/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IActivateJobsCommandStep3.html#aa1b591ff96d653c3631faacc86d209cb":[2,0,0,0,0,1,2,3], diff --git a/docs/search/all_0.js b/docs/search/all_0.js index f4611a33..c1ddc454 100644 --- a/docs/search/all_0.js +++ b/docs/search/all_0.js @@ -6,7 +6,8 @@ var searchData= ['addresourcestring_3',['AddResourceString',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestringutf8_4',['AddResourceStringUtf8',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['address_5',['Address',['../d7/dce/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IBrokerInfo.html#a9d4d9710bab7f7944c1fad18e41919a9',1,'Zeebe::Client::Api::Responses::IBrokerInfo']]], - ['allowuntrustedcertificates_6',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], - ['asyncjobhandler_7',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], - ['autocompletion_8',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] + ['addtenantid_6',['AddTenantId',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html#a98067193e5fb0bb6b7e8966397997510',1,'Zeebe::Client::Api::Commands::ITenantIdCommandStep']]], + ['allowuntrustedcertificates_7',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], + ['asyncjobhandler_8',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], + ['autocompletion_9',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] ]; diff --git a/docs/search/all_13.js b/docs/search/all_13.js index 85fb6843..25ebdca4 100644 --- a/docs/search/all_13.js +++ b/docs/search/all_13.js @@ -10,7 +10,8 @@ var searchData= ['usegatewayaddress_7',['UseGatewayAddress',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314',1,'Zeebe::Client::Api::Builder::IZeebeClientBuilder']]], ['usekeepalive_8',['UseKeepAlive',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], ['useloggerfactory_9',['UseLoggerFactory',['../d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98',1,'Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UseLoggerFactory()'],['../d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a4e6552c929a81840d3e003a685b9f4fd',1,'Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder.UseLoggerFactory()'],['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e',1,'Zeebe.Client.Api.Builder.IZeebeClientBuilder.UseLoggerFactory()']]], - ['useplaintext_10',['UsePlainText',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6',1,'Zeebe::Client::Api::Builder::IZeebeClientTransportBuilder']]], - ['useretrysleepdurationprovider_11',['UseRetrySleepDurationProvider',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], - ['usetransportencryption_12',['UseTransportEncryption',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption(string rootCertificatePath)'],['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption()']]] + ['usepath_10',['UsePath',['../d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#a271abbe17b8ff356a947780d4178c132',1,'Zeebe::Client::Api::Builder::ICamundaCloudTokenProviderBuilderFinalStep']]], + ['useplaintext_11',['UsePlainText',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6',1,'Zeebe::Client::Api::Builder::IZeebeClientTransportBuilder']]], + ['useretrysleepdurationprovider_12',['UseRetrySleepDurationProvider',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], + ['usetransportencryption_13',['UseTransportEncryption',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption(string rootCertificatePath)'],['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption()']]] ]; diff --git a/docs/search/all_8.js b/docs/search/all_8.js index 1ad697ba..c755b7f6 100644 --- a/docs/search/all_8.js +++ b/docs/search/all_8.js @@ -79,17 +79,19 @@ var searchData= ['isetvariablesresponse_76',['ISetVariablesResponse',['../d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html',1,'Zeebe::Client::Api::Responses']]], ['isleader_77',['IsLeader',['../d7/d34/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IPartitionInfo.html#aeb042974a9a3c564e767415a0dcaac6e',1,'Zeebe::Client::Api::Responses::IPartitionInfo']]], ['isopen_78',['IsOpen',['../d1/dfe/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorker.html#a761aec12d30a603b1cb0c0ce2d5eb5e7',1,'Zeebe::Client::Api::Worker::IJobWorker']]], - ['ithrowerrorcommandstep1_79',['IThrowErrorCommandStep1',['../d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['ithrowerrorcommandstep2_80',['IThrowErrorCommandStep2',['../d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], - ['ithrowerrorresponse_81',['IThrowErrorResponse',['../d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html',1,'Zeebe::Client::Api::Responses']]], - ['itopology_82',['ITopology',['../df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html',1,'Zeebe::Client::Api::Responses']]], - ['itopologyrequeststep1_83',['ITopologyRequestStep1',['../d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriescommandstep1_84',['IUpdateRetriesCommandStep1',['../da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriescommandstep2_85',['IUpdateRetriesCommandStep2',['../dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriesresponse_86',['IUpdateRetriesResponse',['../d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html',1,'Zeebe::Client::Api::Responses']]], - ['izeebeclient_87',['IZeebeClient',['../d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html',1,'Zeebe::Client']]], - ['izeebeclientbuilder_88',['IZeebeClientBuilder',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebeclientfinalbuildstep_89',['IZeebeClientFinalBuildStep',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebeclienttransportbuilder_90',['IZeebeClientTransportBuilder',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebesecureclientbuilder_91',['IZeebeSecureClientBuilder',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html',1,'Zeebe::Client::Api::Builder']]] + ['itenantidcommandstep_79',['ITenantIdCommandStep',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html',1,'Zeebe::Client::Api::Commands']]], + ['itenantidcommandstep_3c_20ideployresourcecommandbuilderstep2_20_3e_80',['ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorcommandstep1_81',['IThrowErrorCommandStep1',['../d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorcommandstep2_82',['IThrowErrorCommandStep2',['../d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorresponse_83',['IThrowErrorResponse',['../d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html',1,'Zeebe::Client::Api::Responses']]], + ['itopology_84',['ITopology',['../df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html',1,'Zeebe::Client::Api::Responses']]], + ['itopologyrequeststep1_85',['ITopologyRequestStep1',['../d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriescommandstep1_86',['IUpdateRetriesCommandStep1',['../da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriescommandstep2_87',['IUpdateRetriesCommandStep2',['../dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriesresponse_88',['IUpdateRetriesResponse',['../d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html',1,'Zeebe::Client::Api::Responses']]], + ['izeebeclient_89',['IZeebeClient',['../d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html',1,'Zeebe::Client']]], + ['izeebeclientbuilder_90',['IZeebeClientBuilder',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebeclientfinalbuildstep_91',['IZeebeClientFinalBuildStep',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebeclienttransportbuilder_92',['IZeebeClientTransportBuilder',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebesecureclientbuilder_93',['IZeebeSecureClientBuilder',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html',1,'Zeebe::Client::Api::Builder']]] ]; diff --git a/docs/search/classes_0.js b/docs/search/classes_0.js index 02b698e5..c234a16d 100644 --- a/docs/search/classes_0.js +++ b/docs/search/classes_0.js @@ -73,17 +73,19 @@ var searchData= ['isetvariablescommandstep1_70',['ISetVariablesCommandStep1',['../d2/d5d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], ['isetvariablescommandstep2_71',['ISetVariablesCommandStep2',['../de/de4/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ISetVariablesCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], ['isetvariablesresponse_72',['ISetVariablesResponse',['../d7/d1a/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ISetVariablesResponse.html',1,'Zeebe::Client::Api::Responses']]], - ['ithrowerrorcommandstep1_73',['IThrowErrorCommandStep1',['../d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['ithrowerrorcommandstep2_74',['IThrowErrorCommandStep2',['../d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], - ['ithrowerrorresponse_75',['IThrowErrorResponse',['../d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html',1,'Zeebe::Client::Api::Responses']]], - ['itopology_76',['ITopology',['../df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html',1,'Zeebe::Client::Api::Responses']]], - ['itopologyrequeststep1_77',['ITopologyRequestStep1',['../d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriescommandstep1_78',['IUpdateRetriesCommandStep1',['../da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriescommandstep2_79',['IUpdateRetriesCommandStep2',['../dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], - ['iupdateretriesresponse_80',['IUpdateRetriesResponse',['../d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html',1,'Zeebe::Client::Api::Responses']]], - ['izeebeclient_81',['IZeebeClient',['../d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html',1,'Zeebe::Client']]], - ['izeebeclientbuilder_82',['IZeebeClientBuilder',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebeclientfinalbuildstep_83',['IZeebeClientFinalBuildStep',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebeclienttransportbuilder_84',['IZeebeClientTransportBuilder',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html',1,'Zeebe::Client::Api::Builder']]], - ['izeebesecureclientbuilder_85',['IZeebeSecureClientBuilder',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html',1,'Zeebe::Client::Api::Builder']]] + ['itenantidcommandstep_73',['ITenantIdCommandStep',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html',1,'Zeebe::Client::Api::Commands']]], + ['itenantidcommandstep_3c_20ideployresourcecommandbuilderstep2_20_3e_74',['ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorcommandstep1_75',['IThrowErrorCommandStep1',['../d4/d22/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorcommandstep2_76',['IThrowErrorCommandStep2',['../d3/d85/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IThrowErrorCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], + ['ithrowerrorresponse_77',['IThrowErrorResponse',['../d7/d26/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IThrowErrorResponse.html',1,'Zeebe::Client::Api::Responses']]], + ['itopology_78',['ITopology',['../df/d68/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1ITopology.html',1,'Zeebe::Client::Api::Responses']]], + ['itopologyrequeststep1_79',['ITopologyRequestStep1',['../d5/dae/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITopologyRequestStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriescommandstep1_80',['IUpdateRetriesCommandStep1',['../da/d9d/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep1.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriescommandstep2_81',['IUpdateRetriesCommandStep2',['../dd/dec/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IUpdateRetriesCommandStep2.html',1,'Zeebe::Client::Api::Commands']]], + ['iupdateretriesresponse_82',['IUpdateRetriesResponse',['../d7/df3/interfaceZeebe_1_1Client_1_1Api_1_1Responses_1_1IUpdateRetriesResponse.html',1,'Zeebe::Client::Api::Responses']]], + ['izeebeclient_83',['IZeebeClient',['../d7/dd6/interfaceZeebe_1_1Client_1_1IZeebeClient.html',1,'Zeebe::Client']]], + ['izeebeclientbuilder_84',['IZeebeClientBuilder',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebeclientfinalbuildstep_85',['IZeebeClientFinalBuildStep',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebeclienttransportbuilder_86',['IZeebeClientTransportBuilder',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html',1,'Zeebe::Client::Api::Builder']]], + ['izeebesecureclientbuilder_87',['IZeebeSecureClientBuilder',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html',1,'Zeebe::Client::Api::Builder']]] ]; diff --git a/docs/search/functions_0.js b/docs/search/functions_0.js index 887ccca5..326fbc4c 100644 --- a/docs/search/functions_0.js +++ b/docs/search/functions_0.js @@ -5,7 +5,8 @@ var searchData= ['addresourcestream_2',['AddResourceStream',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a9f8d67444f5159f9eaaeaec32ccbb8ab',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestring_3',['AddResourceString',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#a2bcfd242fef2565c77895ee1e795a161',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], ['addresourcestringutf8_4',['AddResourceStringUtf8',['../d7/d77/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1IDeployResourceCommandStep1.html#ad42f6150a4bc210139c5a33573759548',1,'Zeebe::Client::Api::Commands::IDeployResourceCommandStep1']]], - ['allowuntrustedcertificates_5',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], - ['asyncjobhandler_6',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], - ['autocompletion_7',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] + ['addtenantid_5',['AddTenantId',['../da/d91/interfaceZeebe_1_1Client_1_1Api_1_1Commands_1_1ITenantIdCommandStep.html#a98067193e5fb0bb6b7e8966397997510',1,'Zeebe::Client::Api::Commands::ITenantIdCommandStep']]], + ['allowuntrustedcertificates_6',['AllowUntrustedCertificates',['../d6/d64/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeSecureClientBuilder.html#a35881cce91811891e96bccd21d78ec86',1,'Zeebe::Client::Api::Builder::IZeebeSecureClientBuilder']]], + ['asyncjobhandler_7',['AsyncJobHandler',['../db/d2d/namespaceZeebe_1_1Client_1_1Api_1_1Worker.html#a1ed6b33bbf0290c4ac41ab22d01e52ca',1,'Zeebe::Client::Api::Worker']]], + ['autocompletion_8',['AutoCompletion',['../d2/d59/interfaceZeebe_1_1Client_1_1Api_1_1Worker_1_1IJobWorkerBuilderStep3.html#ab5b0887bb1bb8afd2d1259b5c690205a',1,'Zeebe::Client::Api::Worker::IJobWorkerBuilderStep3']]] ]; diff --git a/docs/search/functions_11.js b/docs/search/functions_11.js index 85fb6843..25ebdca4 100644 --- a/docs/search/functions_11.js +++ b/docs/search/functions_11.js @@ -10,7 +10,8 @@ var searchData= ['usegatewayaddress_7',['UseGatewayAddress',['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a8d021cf10ce6004fc755a6693c5ef314',1,'Zeebe::Client::Api::Builder::IZeebeClientBuilder']]], ['usekeepalive_8',['UseKeepAlive',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a6b4cee13545ef76638772add30fbd65d',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], ['useloggerfactory_9',['UseLoggerFactory',['../d1/d61/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudClientBuilderFinalStep.html#a674598084fe70a2550d667b5e3ae1c98',1,'Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UseLoggerFactory()'],['../d3/d08/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilder.html#a4e6552c929a81840d3e003a685b9f4fd',1,'Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder.UseLoggerFactory()'],['../d2/d7d/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientBuilder.html#a9b06024e5747fb5133fed380ca82f42e',1,'Zeebe.Client.Api.Builder.IZeebeClientBuilder.UseLoggerFactory()']]], - ['useplaintext_10',['UsePlainText',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6',1,'Zeebe::Client::Api::Builder::IZeebeClientTransportBuilder']]], - ['useretrysleepdurationprovider_11',['UseRetrySleepDurationProvider',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], - ['usetransportencryption_12',['UseTransportEncryption',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption(string rootCertificatePath)'],['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption()']]] + ['usepath_10',['UsePath',['../d6/dd9/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1ICamundaCloudTokenProviderBuilderFinalStep.html#a271abbe17b8ff356a947780d4178c132',1,'Zeebe::Client::Api::Builder::ICamundaCloudTokenProviderBuilderFinalStep']]], + ['useplaintext_11',['UsePlainText',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ac26cfa775cbfd651109c526d47f317a6',1,'Zeebe::Client::Api::Builder::IZeebeClientTransportBuilder']]], + ['useretrysleepdurationprovider_12',['UseRetrySleepDurationProvider',['../d6/d2b/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientFinalBuildStep.html#a9277829317816183d43b78a2505a6140',1,'Zeebe::Client::Api::Builder::IZeebeClientFinalBuildStep']]], + ['usetransportencryption_13',['UseTransportEncryption',['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#ad7318e868930ee33862721399242783f',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption(string rootCertificatePath)'],['../d2/df5/interfaceZeebe_1_1Client_1_1Api_1_1Builder_1_1IZeebeClientTransportBuilder.html#a366ccabef03e52e5d7fe8621c5bff75d',1,'Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption()']]] ];