@Deprecated
public class StreamingImpulseSource
extends org.apache.flink.streaming.api.functions.source.RichParallelSourceFunction<org.apache.beam.sdk.util.WindowedValue<byte[]>>
| Constructor and Description |
|---|
StreamingImpulseSource(int intervalMillis,
int messageCount)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Deprecated.
|
void |
run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<org.apache.beam.sdk.util.WindowedValue<byte[]>> ctx)
Deprecated.
|