Constructor and Description |
---|
StreamRecordCollector(Output<StreamRecord<T>> output) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the collector.
|
void |
collect(T record)
Emits a record.
|
public StreamRecordCollector(Output<StreamRecord<T>> output)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.