EmitOptions
interfacePer-emit options.
Properties
| Name | Type | Description |
|---|---|---|
dedup_key | str | None | Opt 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. |