zio.kafka.consumer.internal

Members list

Type members

Classlikes

abstract class PartitionStream

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Provides control and information over a stream that consumes from a partition.

Provides control and information over a stream that consumes from a partition.

Value parameters

completedPromise

the last pulled offset (if any). The promise completes when the stream completed.

dataQueue

the queue the stream reads data from

interruptionPromise

a promise that when completed stops the stream

maxPollInterval

see zio.kafka.consumer.ConsumerSettings.withMaxPollInterval

queueInfoRef

used to track the stream's pull deadline, its queue size, and last pulled offset

stream

the stream

tp

topic and partition

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object Runloop

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Runloop.type
sealed trait RunloopCommand

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Control
object CommitAvailable.type
object Poll.type
object StopRunloop.type
class Request
object StopAllStreams.type
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type