implicit final class StreamKafkaConsumerCtor[R[_], K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamKafkaConsumerCtor
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamKafkaConsumerCtor(consumerCtor: R[Consumer[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 consumerStreamWithClose[F[x] >: R[x]](blocker: Blocker)(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, Consumer[K, V]]
- def finiteStreamConsumerWithClose[F[x] >: R[x]](blocker: Blocker)(timeoutMs: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, (Consumer[K, V], ConsumerRecords[K, V])]
- def finiteStreamFlattenConsumerWithClose[F[x] >: R[x]](blocker: Blocker)(timeoutsMs: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, (Consumer[K, V], KafkaData[V])]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def resource[F[x] >: R[x]](blocker: Blocker)(implicit F: Sync[F], shift: ContextShift[F]): Resource[F, Consumer[K, V]]
- def streamConsumerWithClose[F[x] >: R[x]](blocker: Blocker)(timeoutMs: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, (Consumer[K, V], ConsumerRecords[K, V])]
- def streamFlattenConsumerWithClose[F[x] >: R[x]](blocker: Blocker)(timeoutMs: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, (Consumer[K, V], KafkaData[V])]
- def streamFlattenWithClose[F[x] >: R[x]](blocker: Blocker)(timeoutMs: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, KafkaData[V]]
- def streamWithClose[F[x] >: R[x]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, ConsumerRecords[K, V]]
- def toString(): String
- Definition Classes
- Any