◆ AddResourceBytes()
Add the given resource to the deployment.
- Parameters
-
resourceBytes | the resource as byte array. |
resourceName | the name of the resource (e.g. "process.bpmn"). |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
◆ AddResourceFile()
Add the given resource to the deployment.
- Parameters
-
filename | the absolute path of the resource (e.g. "~/wf/process.bpmn"). |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
◆ AddResourceStream()
Add the given resource to the deployment.
- Parameters
-
resourceStream | the resource as stream. |
resourceName | the name of the resource (e.g. "process.bpmn"). |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
◆ AddResourceString()
IDeployResourceCommandBuilderStep2 Zeebe.Client.Api.Commands.IDeployResourceCommandStep1.AddResourceString |
( |
string | resourceString, |
|
|
Encoding | encoding, |
|
|
string | resourceName ) |
Add the given resource to the deployment.
- Parameters
-
resourceString | the resource as String. |
encoding | the charset of the String. |
resourceName | the name of the resource (e.g. "process.bpmn"). |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
◆ AddResourceStringUtf8()
Add the given resource to the deployment.
- Parameters
-
resourceString | the resource as UTF-8-encoded String. |
resourceName | the name of the resource (e.g. "process.bpmn"). |
- Returns
- the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.
The documentation for this interface was generated from the following file:
- Client/Api/Commands/IDeployResourceCommandStep1.cs