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.

10 lines (9 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArvoOrchestrationHandlerMap = void 0; exports.ArvoOrchestrationHandlerMap = { orchestrator: 'ArvoOrchestrator', resumable: 'ArvoResumable', machine: 'ArvoMachine', handler: 'ArvoEventHandler', };