cap-js-community / event-queue

An event queue that enables secure multi-tenant enabled transactional processing of asynchronous events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.
https://cap-js-community.github.io/event-queue/
Apache License 2.0
11 stars 1 forks source link

add generic function of base event-queue class for outbox #151

Open soccermax opened 3 months ago

soccermax commented 3 months ago

following should be possible:

module.exports = class BPAService extends cds.Service {
  async exceededHook() {}

  clusterEvents() {}
}