p

tamer

package tamer

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

Type Members

  1. sealed trait Codec[A] extends AnyRef
    Annotations
    @implicitNotFound()
  2. trait Hashable[S] extends AnyRef
  3. sealed trait HashableInstances0 extends HashableInstances1
  4. sealed trait HashableInstances1 extends AnyRef
  5. implicit final class HashableOps[A] extends AnyVal
  6. final case class KafkaConfig(brokers: List[String], schemaRegistryUrl: Option[String], closeTimeout: Duration, bufferSize: Int, sink: SinkConfig, state: StateConfig, transactionalId: String, properties: Map[String, AnyRef]) extends Product with Serializable
  7. trait Registry extends AnyRef
  8. abstract class Setup[-R, K, V, S] extends AnyRef
  9. final case class SinkConfig(topic: String) extends Product with Serializable
  10. final case class StateConfig(topic: String, groupId: String, clientId: String) extends Product with Serializable
  11. trait Tamer extends AnyRef

Value Members

  1. final val kafkaConfig: URIO[Has[KafkaConfig], KafkaConfig]
  2. final val kafkaConfigFromEnvironment: ZLayer[Blocking with Clock, TamerError, Has[KafkaConfig]]
  3. final val runLoop: ZIO[Has[Tamer] with Clock, TamerError, Unit]
  4. object Codec extends LowPriorityCodecs
  5. object Hashable extends HashableInstances0
  6. object KafkaConfig extends Serializable
  7. object Registry
  8. object Serde
  9. object Setup
  10. object Tamer

Inherited from AnyRef

Inherited from Any

Ungrouped