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. final case class Setup[K, V, State](keySerializer: Serializer[Any, K], valueSerializer: Serializer[Any, V], stateSerde: Serde[Any, State], valueToKey: (V) ⇒ K, defaultState: State, buildQuery: (State) ⇒ Query0[V], stateFoldM: (State) ⇒ (List[V]) ⇒ UIO[State]) extends Product with Serializable
  6. abstract class TamerApp[K, V, State] extends App
  7. sealed abstract class TamerError extends RuntimeException

Value Members

  1. object Serdes
  2. object Setup extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped