Class TransactionSource
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.source.legacy.FromIteratorFunction<Transaction>
-
- org.apache.flink.walkthrough.common.source.TransactionSource
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.streaming.api.functions.source.legacy.SourceFunction<Transaction>
@Deprecated public class TransactionSource extends org.apache.flink.streaming.api.functions.source.legacy.FromIteratorFunction<Transaction>
Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed. Use the newSourceAPI instead.A stream of transactions.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.streaming.api.functions.source.legacy.SourceFunction
org.apache.flink.streaming.api.functions.source.legacy.SourceFunction.SourceContext<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description TransactionSource()Deprecated.
-