ingestReceipt method

CommandApplyStatus ingestReceipt(
  1. CausalReceipt receipt
)

Fold an incoming causal receipt.

Implementation

CommandApplyStatus ingestReceipt(CausalReceipt receipt) =>
    projection.observeReceipt(receipt);