Uses of Interface
org.apache.pinot.spi.stream.StreamLevelConsumer
-
Packages that use StreamLevelConsumer Package Description org.apache.pinot.spi.stream -
-
Uses of StreamLevelConsumer in org.apache.pinot.spi.stream
Methods in org.apache.pinot.spi.stream that return StreamLevelConsumer Modifier and Type Method Description abstract StreamLevelConsumerStreamConsumerFactory. createStreamLevelConsumer(String clientId, String tableName, Set<String> fieldsToRead, String groupId)Creates a stream level consumer (high level) which can fetch messages from the stream
-