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

Public Member Functions

ICamundaCloudClientBuilderFinalStep UseContactPoint (string contactPoint)
 The Camunda Cloud Cluster contact point, which should be used to communicate with. It is equal to the 'ZEEBE_ADDRESS' which you get from the Camunda Cloud Credentials. This will be used internally as OAuth audience as well.
 

Member Function Documentation

◆ UseContactPoint()

ICamundaCloudClientBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderStep2.UseContactPoint ( string contactPoint)

The Camunda Cloud Cluster contact point, which should be used to communicate with. It is equal to the 'ZEEBE_ADDRESS' which you get from the Camunda Cloud Credentials. This will be used internally as OAuth audience as well.

Parameters
contactPointthe audience, which is normally a domain name.
Returns
the next step in building a ICamundaCloudClient.

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