Class ProxyStreamFactory


  • public final class ProxyStreamFactory
    extends java.lang.Object
    A factory for creating LineageStream instances. A LineageStream must define a ProxyStreamConfig defining the set of parameters needed to construct a new LineageStream instance. For example, KafkaConfig defines the parameters for constructing a new KafkaLineageStream instance when invoking build(). Below, we define a list of supported LineageStreams. Note, when defining your own ProxyStreamConfig, the type parameter must be specified.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.collect.ImmutableSet<LineageStream> build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyStreamFactory

        public ProxyStreamFactory()
    • Method Detail

      • build

        public com.google.common.collect.ImmutableSet<LineageStream> build()