Skip to main content

PlatformStoreFactory

Type Alias PlatformStoreFactory 

Source
pub type PlatformStoreFactory = Arc<dyn Fn(i64, SessionId) -> Arc<dyn PlatformStore> + Send + Sync>;
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 */ }