Parrhesia.API.Events.PublishResult
(parrhesia v0.12.0)
Copy Markdown
Result shape for event publish attempts.
This mirrors relay OK semantics:
accepted: truemeans the event was acceptedaccepted: falsemeans the event was rejected or identified as a duplicate
The surrounding call still returns {:ok, result} in both cases so callers can surface the
rejection message without treating it as a transport or process failure.