KafkaConsumerActor

akka.kafka.KafkaConsumerActor$

Attributes

Source:
KafkaConsumerActor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Message to send for stopping the Kafka consumer actor.

Message to send for stopping the Kafka consumer actor.

Attributes

Source:
KafkaConsumerActor.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Stop.type
case class StoppingException() extends RuntimeException

Attributes

Source:
KafkaConsumerActor.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

def props[K, V](settings: ConsumerSettings[K, V]): Props

Creates Props for the Kafka Consumer Actor.

Creates Props for the Kafka Consumer Actor.

Attributes

Source:
KafkaConsumerActor.scala
def props[K, V](owner: ActorRef, settings: ConsumerSettings[K, V]): Props

Creates Props for the Kafka Consumer Actor with a reference back to the owner of it which will be signalled with Failure(exception), in case the Kafka client instance can't be created.

Creates Props for the Kafka Consumer Actor with a reference back to the owner of it which will be signalled with Failure(exception), in case the Kafka client instance can't be created.

Attributes

Source:
KafkaConsumerActor.scala

Concrete fields

val stop: Stop.type

Java API: Message to send for stopping the Kafka consumer actor.

Java API: Message to send for stopping the Kafka consumer actor.

Attributes

Source:
KafkaConsumerActor.scala