Skip to main content

EmbeddedMemoryService

Type Alias EmbeddedMemoryService 

Source
pub type EmbeddedMemoryService = KernelMemoryApplicationService<EmbeddedKernelStore, EmbeddedKernelStore, EmbeddedKernelStore, EmbeddedKernelStore, RoutingProjectionWriter<Arc<EmbeddedKernelStore>, Arc<EmbeddedKernelStore>>>;
Expand description

The KMP memory facade composed over the embedded store: every port is the same single-file redb store, and ingest projects synchronously in-process, which is what makes read_after_write_ready unconditionally true.

Aliased Typeยง

pub struct EmbeddedMemoryService { /* private fields */ }