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 one stamped embedded store: every port shares the selected engine, and ingest projects synchronously in-process, which is what makes read_after_write_ready unconditionally true.

Aliased Typeยง

pub struct EmbeddedMemoryService { /* private fields */ }