object CommitterSettings
- Source
- CommitterSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommitterSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(config: Config): CommitterSettings
Create settings from a configuration with the same layout as the default configuration
akka.kafka.committer
. - 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. - def apply(actorSystem: ActorSystem): CommitterSettings
Create settings from the default configuration
akka.kafka.committer
. - val configPath: String
- def create(config: Config): CommitterSettings
Java API: Create settings from a configuration with the same layout as the default configuration
akka.kafka.committer
. - 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. - def create(actorSystem: ActorSystem): CommitterSettings
Java API: Create settings from the default configuration
akka.kafka.committer
.