| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.source |
| Modifier and Type | Class and Description |
|---|---|
class |
RichEventTimeSourceFunction<OUT>
Base class for implementing a parallel event-time data source that has access to context information
(via
AbstractRichFunction.getRuntimeContext()) and additional life-cycle methods
(AbstractRichFunction.open(org.apache.flink.configuration.Configuration) and AbstractRichFunction.close(). |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.