Skip to main content

record_operation

Function record_operation 

Source
pub fn record_operation(
    aggregate: ClientParticipantAggregate,
    request: ClientRequest,
) -> ClientOperationRecordDecision
Expand description

Records one operation behind the client durability barrier.

Continuous acknowledgements bypass the write-ahead slot. Every other request is rejected while an expected operation exists; the crate never queues or silently replaces it.