ProducerSettings

fs2.kafka.ProducerSettings
See theProducerSettings companion class

Attributes

Companion
class
Source
ProducerSettings.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[F[_], K, V](keySerializer: KeySerializer[F, K], valueSerializer: ValueSerializer[F, V]): ProducerSettings[F, K, V]

Attributes

Source
ProducerSettings.scala
def apply[F[_], K, V](keySerializer: Resource[F, KeySerializer[F, K]], valueSerializer: ValueSerializer[F, V]): ProducerSettings[F, K, V]

Attributes

Source
ProducerSettings.scala
def apply[F[_], K, V](keySerializer: KeySerializer[F, K], valueSerializer: Resource[F, ValueSerializer[F, V]]): ProducerSettings[F, K, V]

Attributes

Source
ProducerSettings.scala
def apply[F[_], K, V](implicit keySerializer: Resource[F, KeySerializer[F, K]], valueSerializer: Resource[F, ValueSerializer[F, V]]): ProducerSettings[F, K, V]

Attributes

Source
ProducerSettings.scala

Implicits

Implicits

implicit def producerSettingsShow[F[_], K, V]: Show[ProducerSettings[F, K, V]]

Attributes

Source
ProducerSettings.scala