Skip to main content

PlatformStoreFactory

Type Alias PlatformStoreFactory 

Source
pub type PlatformStoreFactory = Arc<dyn Fn(i64, TypedId<SessionIdMarker>) -> Arc<dyn PlatformStore> + Sync + Send>;
Expand description

Factory producing a per-(org, session) PlatformStore. The session id is supplied because platform stores are scoped to the calling session for subagent spawning and platform-management tools.

Aliased Typeยง

pub struct PlatformStoreFactory { /* private fields */ }