ConsumerSettings

fs2.kafka.ConsumerSettings
See theConsumerSettings companion class

Attributes

Companion
class
Source
ConsumerSettings.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](keyDeserializer: KeyDeserializer[F, K], valueDeserializer: ValueDeserializer[F, V]): ConsumerSettings[F, K, V]

Attributes

Source
ConsumerSettings.scala
def apply[F[_], K, V](keyDeserializer: Resource[F, KeyDeserializer[F, K]], valueDeserializer: ValueDeserializer[F, V]): ConsumerSettings[F, K, V]

Attributes

Source
ConsumerSettings.scala
def apply[F[_], K, V](keyDeserializer: KeyDeserializer[F, K], valueDeserializer: Resource[F, ValueDeserializer[F, V]]): ConsumerSettings[F, K, V]

Attributes

Source
ConsumerSettings.scala
def apply[F[_], K, V](implicit keyDeserializer: Resource[F, KeyDeserializer[F, K]], valueDeserializer: Resource[F, ValueDeserializer[F, V]]): ConsumerSettings[F, K, V]

Attributes

Source
ConsumerSettings.scala

Implicits

Implicits

implicit def consumerSettingsShow[F[_], K, V]: Show[ConsumerSettings[F, K, V]]

Attributes

Source
ConsumerSettings.scala