implicit final class StreamOps[F[_], K, V] extends AnyRef
- Source
- KafkaConsumer.scala
- Alphabetic
- By Inheritance
- StreamOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StreamOps(self: Stream[F, KafkaConsumer[F, K, V]])(implicit arg0: Functor[F])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def consumeChunk(processor: (Chunk[ConsumerRecord[K, V]]) => F[CommitNow])(implicit F: Concurrent[F]): F[Nothing]
Consume from all assigned partitions concurrently, processing the messages in
Chunk
s.Consume from all assigned partitions concurrently, processing the messages in
Chunk
s. See KafkaConsumeChunk#consumeChunk - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def partitionedRecords: Stream[F, Stream[F, CommittableConsumerRecord[F, K, V]]]
Alias for partitionedStream.
Alias for partitionedStream. See KafkaConsume#partitionedStream
- def partitionedStream: Stream[F, Stream[F, CommittableConsumerRecord[F, K, V]]]
See KafkaConsume#partitionedStream
- def records: Stream[F, CommittableConsumerRecord[F, K, V]]
A Stream of records from the allocated KafkaConsumer.
A Stream of records from the allocated KafkaConsumer. Alias for stream. See KafkaConsume#stream
- def stream: Stream[F, CommittableConsumerRecord[F, K, V]]
A Stream of records from the allocated KafkaConsumer.
A Stream of records from the allocated KafkaConsumer. See KafkaConsume#stream
- def subscribe(regex: Regex): Stream[F, KafkaConsumer[F, K, V]]
- def subscribe[G[_]](topics: G[String])(implicit arg0: Reducible[G]): Stream[F, KafkaConsumer[F, K, V]]
Subscribes a consumer to the specified topics within the Stream context.
Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.
- def subscribeTo(firstTopic: String, remainingTopics: String*): Stream[F, KafkaConsumer[F, K, V]]
Subscribes a consumer to the specified topics within the Stream context.
Subscribes a consumer to the specified topics within the Stream context. See KafkaSubscription#subscribe.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()