▼NZeebe | |
▼NClient | |
▼NApi | |
▼NBuilder | |
CIAccessTokenSupplier | Supplies access tokens to communicate with the gateway |
CICamundaCloudClientBuilder | Simplifies 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 | |
CIFinalCommandStep | The is a general final command step for the fluent command API, which defines the send method |
CIFinalCommandWithRetryStep | |
CIModifyProcessInstanceCommandStep1 | Command to modify a process instance |
CIModifyProcessInstanceCommandStep2 | Second command step, to optional add more instructions to activate or terminate |
CIModifyProcessInstanceCommandStep3 | Third 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 | |
CIBroadcastSignalResponse | Response for broadcasting a signal |
CIBrokerInfo | |
CICancelProcessInstanceResponse | Response on a cancel process instance command |
CICompleteJobResponse | Represents an response for an job complete command request |
CIDecisionMetadata | |
CIDecisionRequirementsMetadata | |
CIDeployResourceResponse | |
CIEvaluatedDecision | |
CIEvaluatedDecisionInput | |
CIEvaluatedDecisionOutput | |
CIEvaluateDecisionResponse | Response for evaluating a decision on the broker |
CIFailJobResponse | Represents an response for an job fail command request |
CIFormMetadata | |
CIJob | |
CIMatchedDecisionRule | |
CIModifyProcessInstanceResponse | Response on a process instance to modification |
CIPartitionInfo | |
CIProcessInstanceResponse | Response for an create process instance command |
CIProcessInstanceResult | Response for an create process instance with result command |
CIProcessMetadata | |
CIPublishMessageResponse | Response for publishing a message |
CIResolveIncidentResponse | Response for an resolve incident request |
CISetVariablesResponse | Response for an set variables request |
CIThrowErrorResponse | Response for an throw error request |
CITopology | |
CIUpdateJobTimeoutResponse | Response for an update job timeout request |
CIUpdateRetriesResponse | Response for an update retries request |
▼NWorker | |
CIJobClient | A client with access to all job-related operation:
-
complete a job
-
mark a job as failed
-
update the retries of a job
|
CIJobWorker | Represents 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 | |
CIZeebeClient | The client to communicate with a Zeebe gateway/cluster |