UNPKG

arvo-event-handler

Version:

Type-safe event handler system with versioning, telemetry, and contract validation for distributed Arvo event-driven architectures, featuring routing and multi-handler support.

8 lines (7 loc) 307 B
export declare const ArvoOrchestrationHandlerMap: { readonly orchestrator: "ArvoOrchestrator"; readonly resumable: "ArvoResumable"; readonly machine: "ArvoMachine"; readonly handler: "ArvoEventHandler"; }; export type ArvoOrchestrationHandlerType = keyof typeof ArvoOrchestrationHandlerMap;