RED-9139: move document to module in redaction-service
* add feature version
This commit is contained in:
parent
2b3936c09b
commit
7617c1f308
@ -1,4 +1,4 @@
|
||||
package com.knecon.fforesight.service.layoutparser.server.queue;
|
||||
package com.knecon.fforesight.service.layoutparser.server.configuration;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@ -6,11 +6,12 @@ import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import com.knecon.fforesight.service.layoutparser.internal.api.queue.LayoutParsingQueueNames;
|
||||
import com.knecon.fforesight.service.layoutparser.server.queue.MessageHandler;
|
||||
import com.knecon.fforesight.tenantcommons.model.TenantQueueConfiguration;
|
||||
import com.knecon.fforesight.tenantcommons.model.TenantQueueProvider;
|
||||
|
||||
@Configuration
|
||||
public class TenantQueueConfig {
|
||||
public class TenantMessagingConfiguration {
|
||||
|
||||
@Bean
|
||||
protected TenantQueueProvider getTenantQueueConfigs() {
|
||||
@ -1,11 +0,0 @@
|
||||
package com.knecon.fforesight.service.layoutparser.server.configuration;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
import com.knecon.fforesight.tenantcommons.queue.TenantMessagingConfiguration;
|
||||
|
||||
@Configuration
|
||||
public class TenantMessagingConfigurationImpl extends TenantMessagingConfiguration {
|
||||
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user