object ProducerSettings

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[K, V](config: Config, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Create settings from a configuration with the same layout as the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

  5. def apply[K, V](system: ClassicActorSystemProvider, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Create settings from the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

    For use with the akka.actor.typed API.

  6. def apply[K, V](system: ActorSystem, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Create settings from the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

  7. def apply[K, V](config: Config, keySerializer: Option[Serializer[K]], valueSerializer: Option[Serializer[V]]): ProducerSettings[K, V]

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

    Create settings from a configuration with the same layout as the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

  8. def apply[K, V](system: ClassicActorSystemProvider, keySerializer: Option[Serializer[K]], valueSerializer: Option[Serializer[V]]): ProducerSettings[K, V]

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

    Create settings from the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

    For use with the akka.actor.typed API.

  9. def apply[K, V](system: ActorSystem, keySerializer: Option[Serializer[K]], valueSerializer: Option[Serializer[V]]): ProducerSettings[K, V]

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

    Create settings from the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val configPath: String
  13. def create[K, V](config: Config, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Java API: Create settings from a configuration with the same layout as the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

  14. def create[K, V](system: ClassicActorSystemProvider, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Java API: Create settings from the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

    For use with the akka.actor.typed API.

  15. def create[K, V](system: ActorSystem, keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

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

    Java API: Create settings from the default configuration akka.kafka.producer. Key and value serializer must be passed explicitly.

  16. def create[K, V](config: Config, keySerializer: Optional[Serializer[K]], valueSerializer: Optional[Serializer[V]]): ProducerSettings[K, V]

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

    Java API: Create settings from a configuration with the same layout as the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

  17. def create[K, V](system: ClassicActorSystemProvider, keySerializer: Optional[Serializer[K]], valueSerializer: Optional[Serializer[V]]): ProducerSettings[K, V]

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

    Java API: Create settings from the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

    For use with the akka.actor.typed API.

  18. def create[K, V](system: ActorSystem, keySerializer: Optional[Serializer[K]], valueSerializer: Optional[Serializer[V]]): ProducerSettings[K, V]

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

    Java API: Create settings from the default configuration akka.kafka.producer. Key or value serializer can be passed explicitly or retrieved from configuration.

  19. def createKafkaProducer[K, V](settings: ProducerSettings[K, V]): KafkaProducer[K, V]

    Create a KafkaProducer instance from the settings.

  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped