Skip to content

Variable: KernelNamespace

Makaio Framework


Makaio Framework / kernel/namespace / KernelNamespace

const KernelNamespace: BusNamespace<"kernel", SubjectRecordFromSchemaRecord<{ isReady: { request: ZodObject<{ }, $strip>; response: ZodObject<{ machineId: ZodString; ready: ZodBoolean; }, $strip>; }; lifecycle.shutdown: { request: ZodObject<{ }, $strip>; response: ZodObject<{ }, $strip>; }; lifecycle.start: { request: ZodObject<{ machineId: ZodString; }, $strip>; response: ZodObject<{ }, $strip>; }; phase.busCreated: ZodObject<{ machineId: ZodString; }, $strip>; phase.coordinatorReady: LocalSubjectSchema<{ request: ZodObject<{ machineId: ZodString; }, $strip>; response: ZodObject<{ }, $strip>; }>; phase.coreReady: ZodObject<{ machineId: ZodString; }, $strip>; phase.servicesReady: ZodObject<{ machineId: ZodString; }, $strip>; ready: ZodObject<{ machineId: ZodString; }, $strip>; }>, {[key: string]: string; }, { isReady: { request: ZodObject<{ }, $strip>; response: ZodObject<{ machineId: ZodString; ready: ZodBoolean; }, $strip>; }; lifecycle.shutdown: { request: ZodObject<{ }, $strip>; response: ZodObject<{ }, $strip>; }; lifecycle.start: { request: ZodObject<{ machineId: ZodString; }, $strip>; response: ZodObject<{ }, $strip>; }; phase.busCreated: ZodObject<{ machineId: ZodString; }, $strip>; phase.coordinatorReady: LocalSubjectSchema<{ request: ZodObject<{ machineId: ZodString; }, $strip>; response: ZodObject<{ }, $strip>; }>; phase.coreReady: ZodObject<{ machineId: ZodString; }, $strip>; phase.servicesReady: ZodObject<{ machineId: ZodString; }, $strip>; ready: ZodObject<{ machineId: ZodString; }, $strip>; }>

Defined in: ../../../packages/kernel/src/namespace/index.ts:16

Kernel namespace for bus operations.