mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Extract processor (#9614)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -16,7 +16,10 @@ export enum QueueTopic {
|
||||
TelegramBot = 'telegramBot',
|
||||
|
||||
// A topic about calendar events.
|
||||
CalendarEventCUD = 'calendarEventCUD'
|
||||
CalendarEventCUD = 'calendarEventCUD',
|
||||
|
||||
// A topic about process events
|
||||
Process = 'process'
|
||||
}
|
||||
|
||||
export interface ConsumerHandle {
|
||||
|
||||
Reference in New Issue
Block a user