RED-9139: move document to its own module

This commit is contained in:
Kilian Schuettler 2024-11-13 12:04:23 +01:00
parent 6d725f4bf8
commit 1a8242c7c1
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
package com.knecon.fforesight.llm.service.queue;
import org.springframework.context.annotation.Configuration;
import com.knecon.fforesight.tenantcommons.queue.TenantMessagingConfiguration;
@Configuration
public class TenantMessagingConfigurationImpl extends TenantMessagingConfiguration {
}

View File

@ -10,7 +10,7 @@ import com.knecon.fforesight.llm.service.QueueNames;
import com.knecon.fforesight.tenantcommons.model.TenantQueueProvider;
@Configuration
public class TenantQueueConfiguration {
public class TenantQueueProviderConfig {
@Bean
protected TenantQueueProvider getTenantQueueConfigs() {