object CommitterSettings
- Source
- CommitterSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommitterSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()