Uses of Class
io.zeebe.test.util.record.DeploymentRecordStream
-
Packages that use DeploymentRecordStream Package Description io.zeebe.test.util.record -
-
Uses of DeploymentRecordStream in io.zeebe.test.util.record
Methods in io.zeebe.test.util.record that return DeploymentRecordStream Modifier and Type Method Description static DeploymentRecordStreamRecordingExporter. deploymentRecords()static DeploymentRecordStreamRecordingExporter. deploymentRecords(DeploymentIntent intent)protected DeploymentRecordStreamDeploymentRecordStream. supply(Stream<Record<DeploymentRecordValue>> wrappedStream)DeploymentRecordStreamDeploymentRecordStream. withDeployedWorkflow(DeployedWorkflow deployedWorkflow)DeploymentRecordStreamDeploymentRecordStream. withDeployedWorkflows(List<DeployedWorkflow> deployedWorkflows)DeploymentRecordStreamDeploymentRecordStream. withResource(DeploymentResource resource)DeploymentRecordStreamDeploymentRecordStream. withResources(List<DeploymentResource> resources)
-