Package org.apache.pinot.spi.stream
Class StreamConsumerFactoryProvider
- java.lang.Object
-
- org.apache.pinot.spi.stream.StreamConsumerFactoryProvider
-
public abstract class StreamConsumerFactoryProvider extends Object
Provider class forStreamConsumerFactory
-
-
Constructor Summary
Constructors Constructor Description StreamConsumerFactoryProvider()
-
Method Summary
Modifier and Type Method Description static StreamConsumerFactorycreate(StreamConfig streamConfig)Constructs theStreamConsumerFactoryusing the {@link StreamConfig::getConsumerFactoryClassName()} property and initializes it
-
-
-
Method Detail
-
create
public static StreamConsumerFactory create(StreamConfig streamConfig)
Constructs theStreamConsumerFactoryusing the {@link StreamConfig::getConsumerFactoryClassName()} property and initializes it- Parameters:
streamConfig-- Returns:
-
-