Variable: AdapterRuntimeNamespace
Makaio Framework / services-core/adapter-runtime/namespace / AdapterRuntimeNamespace
Variable: AdapterRuntimeNamespace
Section titled “Variable: AdapterRuntimeNamespace”
constAdapterRuntimeNamespace:BusNamespace<"adapterRuntime",SubjectRecordFromSchemaRecord<{resolveId: {request:ZodObject<{adapterName:ZodString;machineId:ZodOptional<ZodString>; },$strict>;response:ZodObject<{adapterId:ZodString; },$strict>; };resolveName: {request:ZodObject<{adapterId:ZodString; },$strict>;response:ZodObject<{adapterName:ZodString; },$strict>; }; }>, {adapterId:string;adapterName:string;machineId:never; }, {resolveId: {request:ZodObject<{adapterName:ZodString;machineId:ZodOptional<ZodString>; },$strict>;response:ZodObject<{adapterId:ZodString; },$strict>; };resolveName: {request:ZodObject<{adapterId:ZodString; },$strict>;response:ZodObject<{adapterName:ZodString; },$strict>; }; }>
Defined in: ../../../packages/services/core/src/adapter-runtime/namespace.ts:7
Runtime namespace for live adapter identity and lifecycle operations.