Package

akka

kafka

Permalink

package kafka

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AutoSubscription extends Subscription

    Permalink
  2. class ConsumerSettings[K, V] extends AnyRef

    Permalink

    Settings for consumers.

    Settings for consumers. See akka.kafka.consumer section in reference.conf. Note that the companion object provides apply and create functions for convenient construction of the settings, together with the with methods.

  3. sealed trait ManualSubscription extends Subscription

    Permalink
  4. final class ProducerSettings[K, V] extends AnyRef

    Permalink

    Settings for producers.

    Settings for producers. See akka.kafka.producer section in reference.conf. Note that the companion object provides apply and create functions for convenient construction of the settings, together with the with methods.

  5. sealed trait Subscription extends AnyRef

    Permalink

Value Members

  1. object ConsumerMessage

    Permalink

    Classes that are used in both javadsl.Consumer and scaladsl.Consumer.

  2. object ConsumerSettings

    Permalink
  3. object KafkaConsumerActor

    Permalink
  4. object ProducerMessage

    Permalink

    Classes that are used in both javadsl.Producer and scaladsl.Producer.

  5. object ProducerSettings

    Permalink
  6. object Subscriptions

    Permalink
  7. package javadsl

    Permalink
  8. package scaladsl

    Permalink

Ungrouped