DomainRuntimeConformanceHarness
@gooi/domain-runtime / DomainRuntimeConformanceHarness
Interface: DomainRuntimeConformanceHarness
Defined in: runtime-internals-types.ts:47
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
areComparable | readonly | (live, simulation) => boolean | runtime-internals-types.ts:58 |
executeActionEnvelope | readonly | (input) => Promise<DomainMutationEnvelope> | runtime-internals-types.ts:52 |
executeMutationEnvelope | readonly | (input) => Promise<DomainMutationEnvelope> | runtime-internals-types.ts:49 |
executeQueryEnvelope | readonly | (input) => Promise<DomainQueryEnvelope> | runtime-internals-types.ts:55 |
semanticRuntime | readonly | KernelSemanticRuntimePort | runtime-internals-types.ts:48 |