Uses of Class
com.avoka.fc.core.stream.StreamData
Package
Description
-
Uses of StreamData in com.avoka.fc.core.stream
Modifier and TypeMethodDescriptionStreamData.add
(StreamRecord<T> record) Adds a single stream record to the collection.StreamData.addAll
(List<StreamRecord<T>> records) Adds multiple stream records to the collection. -
Uses of StreamData in com.avoka.fc.core.stream.adapter
Modifier and TypeMethodDescriptionKafkaStreamDataAdapter.streamData()
Converts Kafka ConsumerRecords to a StreamData instance. -
Uses of StreamData in com.avoka.fc.core.stream.consumer
Modifier and TypeMethodDescriptionPolls data from the stream.Polls data from the stream.