UNPKG

redis-smq-common

Version:

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

4 lines 176 B
import { EventBusError } from './event-bus.error.js'; export class EventBusInstanceLockError extends EventBusError { } //# sourceMappingURL=event-bus-instance-lock.error.js.map