arvo-event-handler 2.1.5 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,10 @@ import { ArvoEventHandlerOpenTelemetryOptions } from '../types';
|
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
13
|
export default abstract class AbstractArvoEventHandler {
|
|
14
|
+
/**
|
|
15
|
+
* Unique identifier for the event handler source system
|
|
16
|
+
*/
|
|
17
|
+
abstract source: string;
|
|
14
18
|
/**
|
|
15
19
|
* Executes the event handling logic for a given Arvo event.
|
|
16
20
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arvo-event-handler",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Type-safe event handler system with versioning, telemetry, and contract validation for distributed Arvo event-driven architectures, featuring routing and multi-handler support.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|