Merge branch 'RED-10106' into 'main'
RED-10106 - adjusted bean name for consistency See merge request fforesight/mongo-database-commons!17
This commit is contained in:
commit
d5aece1287
@ -12,7 +12,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
@Service
|
@Service
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Conditional(EnableMongoLiquibaseCondition.class)
|
@Conditional(EnableMongoLiquibaseCondition.class)
|
||||||
public class MongoTenantCreatedListener implements ITenantEventHandler<TenantCreatedEvent> {
|
public class TenantCreatedMongoEventHandler implements ITenantEventHandler<TenantCreatedEvent> {
|
||||||
|
|
||||||
private final TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor;
|
private final TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor;
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user