Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.IDeployResourceCommandBuilderStep2 Interface Reference
Inheritance diagram for Zeebe.Client.Api.Commands.IDeployResourceCommandBuilderStep2:
Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 > Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >

Additional Inherited Members

- Public Member Functions inherited from Zeebe.Client.Api.Commands.IDeployResourceCommandStep1
IDeployResourceCommandBuilderStep2 AddResourceBytes (byte[] resourceBytes, string resourceName)
 Add the given resource to the deployment. More...
 
IDeployResourceCommandBuilderStep2 AddResourceString (string resourceString, Encoding encoding, string resourceName)
 Add the given resource to the deployment. More...
 
IDeployResourceCommandBuilderStep2 AddResourceStringUtf8 (string resourceString, string resourceName)
 Add the given resource to the deployment. More...
 
IDeployResourceCommandBuilderStep2 AddResourceStream (Stream resourceStream, string resourceName)
 Add the given resource to the deployment. More...
 
IDeployResourceCommandBuilderStep2 AddResourceFile (string filename)
 Add the given resource to the deployment. More...
 
- Public Member Functions inherited from Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 >
AddTenantId (string tenantId)
 Set the tenantId for the resource. More...
 
- Public Member Functions inherited from Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse >
Task< T > SendWithRetry (TimeSpan? timeout=null, CancellationToken token=default)
 Sends the command with retry to the Zeebe broker. This operation is asynchronous. In case of success, the task returns the event that was generated by the Zeebe broker in response to the command. If the sending of the command fails, because of broker back pressure or network issues the request is retried until the command succeeds. The wait time between retries can be configured on the ZeebeClientBuilder. Per default the wait time is based on power two, which means 2^1 seconds, 2^2 seconds etc. until it reaches the maximum of one minute. More...
 

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