Class 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 the SourceFunction API, which is due to be removed. Use the new Source API 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.
       
    • Constructor Detail

      • TransactionSource

        public TransactionSource()
        Deprecated.