Packages

c

net.playq.tk.fs2kafka

StreamKafkaClient

implicit final class StreamKafkaClient[K, V] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamKafkaClient
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamKafkaClient(consumer: Consumer[K, V])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def commitF[F[_]](blocker: Blocker, map: Map[TopicPartition, CommitOffset])(implicit F: Sync[F], shift: ContextShift[F]): F[Unit]
  6. def commitF[F[_]](blocker: Blocker)(implicit F: Sync[F], shift: ContextShift[F]): F[Unit]
  7. def finiteStream[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit F: Sync[F], shift: ContextShift[F]): Stream[F, ConsumerRecords[K, V]]

    Finite stream that stops when an empty data was received.

  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def stream[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit F: Sync[F], shift: ContextShift[F]): Stream[F, ConsumerRecords[K, V]]

    Infinite stream that filters empty data.

  11. def streamFlatten[F[_]](blocker: Blocker)(timeout: Long, log: PollLogger[F])(implicit arg0: Sync[F], arg1: ContextShift[F]): Stream[F, KafkaData[V]]
  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped