StreamingSetupTask constructor

StreamingSetupTask({
  1. bool? drain,
  2. int? receiveWorkPort,
  3. StreamingApplianceSnapshotConfig? snapshotConfig,
  4. TopologyConfig? streamingComputationTopology,
  5. int? workerHarnessPort,
})

Implementation

StreamingSetupTask({
  this.drain,
  this.receiveWorkPort,
  this.snapshotConfig,
  this.streamingComputationTopology,
  this.workerHarnessPort,
});