StreamingSetupTask constructor
StreamingSetupTask({
- bool? drain,
- int? receiveWorkPort,
- StreamingApplianceSnapshotConfig? snapshotConfig,
- TopologyConfig? streamingComputationTopology,
- int? workerHarnessPort,
Implementation
StreamingSetupTask({
this.drain,
this.receiveWorkPort,
this.snapshotConfig,
this.streamingComputationTopology,
this.workerHarnessPort,
});