RunloopCommand

zio.kafka.consumer.internal.RunloopCommand
See theRunloopCommand companion trait

Attributes

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

Members list

Type members

Classlikes

final case class AddSubscription(subscription: Subscription, cont: Promise[InvalidSubscriptionUnion, Unit]) extends StreamCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object CommitAvailable extends Control

Used as a signal to the poll-loop that commits are available in the commit-queue.

Used as a signal to the poll-loop that commits are available in the commit-queue.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Control
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Control extends RunloopCommand

Used for internal control of the runloop.

Used for internal control of the runloop.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CommitAvailable.type
object Poll.type
object StopRunloop.type
case object Poll extends Control

Used as a signal that another poll is needed.

Used as a signal that another poll is needed.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Control
class Object
trait Matchable
class Any
Show all
Self type
Poll.type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class RemoveSubscription(subscription: Subscription) extends StreamCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Request(tp: TopicPartition) extends StreamCommand

Used by a stream to request more records.

Used by a stream to request more records.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object StopAllStreams extends StreamCommand

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object StopRunloop extends Control

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Control
class Object
trait Matchable
class Any
Show all
Self type
sealed trait StreamCommand extends RunloopCommand

Used for internal control of the stream of data from Kafka.

Used for internal control of the stream of data from Kafka.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror