![]() |
Zeebe C# Client 2.10.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
| ICamundaCloudClientBuilderFinalStep | UseLoggerFactory (ILoggerFactory loggerFactory) |
| Defines the logger factory which should be used by the client. This is optional and no messages are logged if this method is not called.. | |
| ICamundaCloudClientBuilderFinalStep | UseAuthServer (string url) |
| Defines the authorization server, from which the access token should be requested. | |
| ICamundaCloudClientBuilderFinalStep | UsePersistedStoragePath (string path) |
| Sets the given path to store credentials on disk. | |
| IZeebeClient | Build () |
| The IZeebeClient, which is setup entirely to talk with the defined Camunda Cloud cluster. | |
| IZeebeClient Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.Build | ( | ) |
The IZeebeClient, which is setup entirely to talk with the defined Camunda Cloud cluster.
| ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UseAuthServer | ( | string | url | ) |
Defines the authorization server, from which the access token should be requested.
| url | an url, which points to the authorization server, if null it uses the default https://login.cloud.camunda.io/oauth/token. |
| ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UseLoggerFactory | ( | ILoggerFactory | loggerFactory | ) |
Defines the logger factory which should be used by the client. This is optional and no messages are logged if this method is not called..
| loggerFactory | the factory to create an ILogger. |
| ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UsePersistedStoragePath | ( | string | path | ) |
Sets the given path to store credentials on disk.
| path | the path where to store the credentials, if null it uses the default "~/.zeebe" . |