RED-9139: move document to its own module
This commit is contained in:
parent
6d725f4bf8
commit
1a8242c7c1
@ -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 {
|
||||
|
||||
|
||||
}
|
||||
@ -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() {
|
||||
Loading…
x
Reference in New Issue
Block a user