Packages

p

com.banno.kafka

consumer

package consumer

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

Type Members

  1. case class Avro4sConsumerImpl[F[_], K, V](c: ConsumerApi[F, GenericRecord, GenericRecord])(implicit evidence$1: Functor[F], evidence$2: FromRecord[K], evidence$3: FromRecord[V]) extends ConsumerApi[F, K, V] with Product with Serializable
  2. trait ConsumerApi[F[_], K, V] extends AnyRef
  3. trait ConsumerApiWrapper[F[_], K, V] extends ConsumerApi[F, K, V]
  4. case class ConsumerImpl[F[_], K, V](c: Consumer[K, V])(implicit F: Sync[F]) extends ConsumerApi[F, K, V] with Product with Serializable
  5. case class ConsumerOps[F[_], K, V](consumer: ConsumerApi[F, K, V]) extends Product with Serializable
  6. trait PartitionQueries[F[_]] extends AnyRef
  7. case class RecordStreamOps[F[_], A](s: Stream[F, A])(implicit evidence$1: ApplicativeThrow[F]) extends Product with Serializable
  8. sealed trait SeekTo extends AnyRef
  9. case class ShiftingConsumerImpl[F[_], K, V](c: ConsumerApi[F, K, V], blockingContext: ExecutionContext)(implicit CS: ContextShift[F]) extends ConsumerApi[F, K, V] with Product with Serializable

Value Members

  1. implicit def consumerOps[F[_], K, V](c: ConsumerApi[F, K, V]): ConsumerOps[F, K, V]
  2. implicit def recordStreamOps[F[_], A](s: Stream[F, A])(implicit arg0: ApplicativeThrow[F]): RecordStreamOps[F, A]
  3. object ConsumerApi
  4. object ConsumerImpl extends Serializable
  5. object PartitionQueries
  6. case object SeekToBeginning extends SeekTo with Product with Serializable
  7. case object SeekToEnd extends SeekTo with Product with Serializable
  8. object ShiftingConsumerImpl extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped