Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
 All Classes Namespaces Functions Enumerations Properties Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NZeebe
 NClient
 NApi
 NBuilder
 CIAccessTokenSupplierSupplies access tokens to communicate with the gateway
 CICamundaCloudClientBuilderSimplifies the setup of an IZeebeClient which targets Camunda Cloud
 CICamundaCloudClientBuilderFinalStep
 CICamundaCloudClientBuilderStep1
 CICamundaCloudClientBuilderStep2
 CICamundaCloudTokenProviderBuilder
 CICamundaCloudTokenProviderBuilderFinalStep
 CICamundaCloudTokenProviderBuilderStep2
 CICamundaCloudTokenProviderBuilderStep3
 CICamundaCloudTokenProviderBuilderStep4
 CIZeebeClientBuilder
 CIZeebeClientFinalBuildStep
 CIZeebeClientTransportBuilder
 CIZeebeSecureClientBuilder
 NCommands
 CIActivateJobsCommandStep1
 CIActivateJobsCommandStep2
 CIActivateJobsCommandStep3
 CIBroadcastSignalCommandStep1
 CIBroadcastSignalCommandStep2
 CICancelProcessInstanceCommandStep1
 CICompleteJobCommandStep1
 CIDeleteResourceCommandStep1
 CIDeployResourceCommandBuilderStep2
 CIDeployResourceCommandStep1
 CIEvaluateDecisionCommandStep1
 CIEvaluateDecisionCommandStep2
 CIFailJobCommandStep1
 CIFailJobCommandStep2
 CIFinalCommandStepThe is a general final command step for the fluent command API, which defines the send method
 CIFinalCommandWithRetryStep
 CIModifyProcessInstanceCommandStep1Command to modify a process instance
 CIModifyProcessInstanceCommandStep2Second command step, to optional add more instructions to activate or terminate
 CIModifyProcessInstanceCommandStep3Third command step, to optionally add variables to the element which should be activated
 CIPublishMessageCommandStep1
 CIPublishMessageCommandStep2
 CIPublishMessageCommandStep3
 CIResolveIncidentCommandStep1
 CISetVariablesCommandStep1
 CISetVariablesCommandStep2
 CITenantIdCommandStep
 CITenantIdsCommandStep
 CIThrowErrorCommandStep1
 CIThrowErrorCommandStep2
 CITopologyRequestStep1
 CIUpdateJobTimeoutCommandStep1
 CIUpdateJobTimeoutCommandStep2
 CIUpdateRetriesCommandStep1
 CIUpdateRetriesCommandStep2
 NMisc
 CIAsyncRetryStrategy
 NResponses
 CIActivateJobsResponse
 CIBroadcastSignalResponseResponse for broadcasting a signal
 CIBrokerInfo
 CICancelProcessInstanceResponseResponse on a cancel process instance command
 CICompleteJobResponseRepresents an response for an job complete command request
 CIDecisionMetadata
 CIDecisionRequirementsMetadata
 CIDeployResourceResponse
 CIEvaluatedDecision
 CIEvaluatedDecisionInput
 CIEvaluatedDecisionOutput
 CIEvaluateDecisionResponseResponse for evaluating a decision on the broker
 CIFailJobResponseRepresents an response for an job fail command request
 CIFormMetadata
 CIJob
 CIMatchedDecisionRule
 CIModifyProcessInstanceResponseResponse on a process instance to modification
 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
 CIUpdateJobTimeoutResponseResponse for an update job timeout request
 CIUpdateRetriesResponseResponse for an update retries request
 NWorker
 CIJobClientA client with access to all job-related operation:

  • complete a job
  • mark a job as failed
  • update the retries of a job
 CIJobWorkerRepresents an job worker that performs jobs of a certain type. While a registration is open, the worker continuously receives jobs from the broker and hands them to a registered JobHandler
 CIJobWorkerBuilderStep1
 CIJobWorkerBuilderStep2
 CIJobWorkerBuilderStep3
 CIZeebeClientThe client to communicate with a Zeebe gateway/cluster