remove
abstract fun remove(seqno: SequenceNumber, site: SiteIdentifier): Boolean
Content copied to clipboard
Removes the event with the given seqno and site, assuming it's present in the MutableEventLog. An event that is not present will not be removed, and will not be marked acknowledged by the MutableEventLog either.
Return
a Boolean with value true
iff the event was removed.
Parameters
seqno
the SequenceNumber for the event to remove.
site
the SiteIdentifier for the event to remove.