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.

3 lines (2 loc) 143 B
export type AcquiredLockStatusType = 'NOOP' | 'ACQUIRED' | 'NOT_ACQUIRED'; export type ReleasedLockStatusType = 'NOOP' | 'RELEASED' | 'ERROR';