Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep Interface Reference

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.
 

Member Function Documentation

◆ Build()

IZeebeClient Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.Build ( )

The IZeebeClient, which is setup entirely to talk with the defined Camunda Cloud cluster.

Returns
the IZeebeClient.

◆ UseAuthServer()

ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UseAuthServer ( string url)

Defines the authorization server, from which the access token should be requested.

Parameters
urlan url, which points to the authorization server, if null it uses the default https://login.cloud.camunda.io/oauth/token.
Returns
the next step in building a ICamundaCloudClient.

◆ UseLoggerFactory()

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..

Parameters
loggerFactorythe factory to create an ILogger.
Returns
the fluent ICamundaCloudClientBuilderFinalStep.

◆ UsePersistedStoragePath()

ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderFinalStep.UsePersistedStoragePath ( string path)

Sets the given path to store credentials on disk.

Parameters
paththe path where to store the credentials, if null it uses the default "~/.zeebe" .
Returns
the fluent ICamundaCloudClientBuilderFinalStep.

The documentation for this interface was generated from the following file: