Packages

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

Package Members

  1. package config
  2. package db
  3. package kafka
  4. package registry

Type Members

  1. final case class ConfigError(msg: String, cause: Throwable) extends TamerError with Product with Serializable
  2. final case class DbError(msg: String, cause: Throwable) extends TamerError with Product with Serializable
  3. final case class KafkaError(msg: String, cause: Throwable) extends TamerError with Product with Serializable
  4. implicit final class ScalaFiniteDurationToZIO extends AnyVal
  5. sealed trait Serde[A] extends Any
  6. final case class SerializationError(msg: String, cause: Throwable) extends TamerError with Product with Serializable
  7. final case class Setup[K, V, State](keySerializer: Serializer[Registry with Topic, K], valueSerializer: Serializer[Registry with Topic, V], stateSerde: ZSerde[Registry with Topic, State], valueToKey: (V) => K, defaultState: State, buildQuery: (State) => Query0[V], stateFoldM: (State) => (List[V]) => UIO[State]) extends Product with Serializable
  8. final case class SetupError(msg: String, cause: Throwable) extends TamerError with Product with Serializable
  9. abstract class TamerApp[K, V, State] extends App
  10. sealed abstract class TamerError extends RuntimeException
  11. trait Topic extends Any
  12. final type ZSerde[-R, T] = zio.kafka.client.serde.Serde[R, T]

Value Members

  1. final val ZSerde: zio.kafka.client.serde.Serde.type
  2. object ConfigError extends Serializable
  3. object DbError extends Serializable
  4. object KafkaError extends Serializable
  5. object Serde
  6. object SerializationError extends Serializable
  7. object Setup extends Serializable
  8. object SetupError extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped