NoOpRecordingStrategy

A strategy that ignores all recording requests.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun recordOperation(op: RecordedOperation, targetList: MutableList<RecordedOperation>)

Records a RecordedOperation into the provided target list.

Link copied to clipboard
open override fun recordTrace(trace: OpTrace, targetList: MutableList<OpTrace>)

Records an OpTrace into the provided target list.