refactor(core): Organize all event maps (#10997)

This commit is contained in:
Iván Ovejero
2024-09-30 10:44:03 +02:00
committed by GitHub
parent 3a65bdc1f5
commit 63e6f1fa38
19 changed files with 161 additions and 159 deletions

View File

@@ -6,7 +6,7 @@ import config from '@/config';
import { N8N_VERSION, inTest } from '@/constants';
import { EventMessageGeneric } from '@/eventbus/event-message-classes/event-message-generic';
import { MessageEventBus } from '@/eventbus/message-event-bus/message-event-bus';
import { LogStreamingEventRelay } from '@/events/log-streaming-event-relay';
import { LogStreamingEventRelay } from '@/events/relays/log-streaming.event-relay';
import { JobProcessor } from '@/scaling/job-processor';
import { Publisher } from '@/scaling/pubsub/publisher.service';
import type { ScalingService } from '@/scaling/scaling.service';