remove

abstract fun remove(seqno: SequenceNumber, site: SiteIdentifier): Boolean

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.