EmitOptions

interface
yoltra/types.py:94

Per-emit options.

Properties

NameTypeDescription
dedup_keystr | NoneOpt this specific emit into **identity-based** deduplication. If another event with the same `(channel, type, dedup_key)` was emitted within the dedup window, this one is skipped. Unlike content-based dedup, it never coalesces two distinct logical emits that merely share a payload — only re-fires of the same keyed emit.