implicit final class StreamKafkaProducerCtor[R[_], K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamKafkaProducerCtor
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamKafkaProducerCtor(producerCtor: R[Producer[K, V]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def producerStreamWithClose[F[x] >: R[x]](blocker: Blocker)(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, Producer[K, V]]
- def resource[F[x] >: R[x]](blocker: Blocker)(implicit F: Sync[F], shift: ContextShift[F]): Resource[F, Producer[K, V]]
- def sendAllWaitWithClose[F[x] >: R[x]](blocker: Blocker)(implicit arg0: Async[F], arg1: ContextShift[F]): Pipe[F, ProducerRecord[K, V], RecordMetadata]
- def sendAllWithClose[F[x] >: R[x]](blocker: Blocker)(implicit arg0: Sync[F], arg1: ContextShift[F]): Pipe[F, ProducerRecord[K, V], Future[RecordMetadata]]
- def toString(): String
- Definition Classes
- Any