object CommitterSettings

Source
CommitterSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommitterSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(config: Config): CommitterSettings

    Create settings from a configuration with the same layout as the default configuration akka.kafka.committer.

  2. def apply(actorSystem: ClassicActorSystemProvider): CommitterSettings

    Create settings from the default configuration akka.kafka.committer.

    Create settings from the default configuration akka.kafka.committer.

    For use with the akka.actor.typed API.

  3. def apply(actorSystem: ActorSystem): CommitterSettings

    Create settings from the default configuration akka.kafka.committer.

  4. val configPath: String
  5. def create(config: Config): CommitterSettings

    Java API: Create settings from a configuration with the same layout as the default configuration akka.kafka.committer.

  6. def create(actorSystem: ClassicActorSystemProvider): CommitterSettings

    Java API: Create settings from the default configuration akka.kafka.committer.

    Java API: Create settings from the default configuration akka.kafka.committer.

    For use with the akka.actor.typed API.

  7. def create(actorSystem: ActorSystem): CommitterSettings

    Java API: Create settings from the default configuration akka.kafka.committer.