SkipProjection

data class SkipProjection(val reason: String) : GateDecision

Persist the proposition but exclude it from projection to downstream representations.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard