La referencia de la API está disponible solo en inglés por ahora.

pyoltra

23 exports

Classes

  • DedupCacheA TTL-windowed fingerprint cache for opt-in event deduplication.
  • EffectRunnerDispatches per-event effects and bridges sync `emit` to async effects.
  • EmitHandleThe result of an `emit()` — settles when this event's effects finish.
  • ImmutableStateErrorRaised on an attempt to mutate read-only state in development.
  • StoreA reactive, event-sourced state container.

Functions

Interfaces

  • ChangeA fine-grained "old → new" change notification for one dotted path.
  • EffectSpecAn effect registration.
  • EmitOptionsPer-emit options.
  • EventAn immutable record of a single write.
  • InstrumentedEventA single observed event delivered to an `InstrumentationObserver`.
  • MiddlewareSpecA middleware registration.
  • ReducerSpecA reducer registration.
  • WhenAn event matcher used to scope reducers, middleware, and effects.

Type Aliases