p
tele
package tele
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class CommitableRecord[F[_]](record: KinesisClientRecord, commit: F[Unit]) extends Record[F] with Product with Serializable
- trait Consumer[F[_], A] extends AnyRef
- final case class DecodingFailure(msg: String, cause: Throwable) extends Exception with Product with Serializable
- trait Producer[F[_], A] extends AnyRef
- sealed trait Record[F[_]] extends AnyRef
- trait Schema[A] extends SchemaEncoder[A] with SchemaDecoder[A]
- trait SchemaDecoder[A] extends AnyRef
- trait SchemaEncoder[A] extends AnyRef
Value Members
- object Batcher
- object CommitableRecord extends Serializable
- object Consumer
- object DecodingFailure extends Serializable
- object PartitionKey
- object Producer
- object Record
- object Schema
- object SchemaDecoder
- object SchemaEncoder