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. All

Type Members

  1. final case class ConfigError(msg: String) extends TamerError with Product with Serializable
  2. final case class DbError(msg: String) extends TamerError with Product with Serializable
  3. final case class KafkaError(msg: String) 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) 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. abstract class TamerApp[K, V, State] extends App
  9. sealed abstract class TamerError extends RuntimeException
  10. 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 Serde
  3. object Setup extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped