![]() |
Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
|
Simplifies the setup of an IZeebeClient which targets Camunda Cloud. More...
Public Member Functions | |
ICamundaCloudClientBuilderStep1 | UseClientId (string clientId) |
Defines the client id, which should be used to communicate with the Camunda Cloud cluster. You need to create a client in the Camunda Cloud, after that you can find a newly generated client id there. | |
ICamundaCloudClientBuilderFinalStep | FromEnv () |
Short cut operation. Reads from the environment all necessary information, to communicate with the camunda cloud cluster. Following environment variables are expected:
Optional the authorization server url can be set via: ZEEBE_AUTHORIZATION_SERVER_URL. | |
Simplifies the setup of an IZeebeClient which targets Camunda Cloud.
ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilder.FromEnv | ( | ) |
Short cut operation. Reads from the environment all necessary information, to communicate with the camunda cloud cluster. Following environment variables are expected:
Optional the authorization server url can be set via: ZEEBE_AUTHORIZATION_SERVER_URL.
ICamundaCloudClientBuilderStep1 Zeebe.Client.Api.Builder.ICamundaCloudClientBuilder.UseClientId | ( | string | clientId | ) |
Defines the client id, which should be used to communicate with the Camunda Cloud cluster. You need to create a client in the Camunda Cloud, after that you can find a newly generated client id there.
clientId | the client id, which is supplied by the Camunda Cloud. |