UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

8 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventBusInstanceLockError = void 0; const event_bus_error_js_1 = require("./event-bus.error.js"); class EventBusInstanceLockError extends event_bus_error_js_1.EventBusError { } exports.EventBusInstanceLockError = EventBusInstanceLockError; //# sourceMappingURL=event-bus-instance-lock.error.js.map