IngressResult
@totemsdk/edge / IngressResult
Interface: IngressResult
Properties
claimed
claimed:
boolean
True when this caller won the atomic replay claim and must process the message. When false, the message was already claimed/completed — take the replay path (return the prior outcome, do not re-process).
message
message:
NegotiationMessage
The authenticated message.
priorEntry?
optionalpriorEntry?:ReplayEntry
Prior durable entry when replayed/completed.
reclaimed?
optionalreclaimed?:boolean
True when a stale PROCESSING lease was reclaimed.
replayed
replayed:
boolean
True when this exact message was already processed (idempotent replay).
sender
sender:
string
The authenticated sender address.