StreamLocation constructor
StreamLocation({
- CustomSourceLocation? customSourceLocation,
- PubsubLocation? pubsubLocation,
- StreamingSideInputLocation? sideInputLocation,
- StreamingStageLocation? streamingStageLocation,
Implementation
StreamLocation({
this.customSourceLocation,
this.pubsubLocation,
this.sideInputLocation,
this.streamingStageLocation,
});