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:
Timo Bejan 2024-09-25 13:24:18 +02:00
commit d5aece1287

View File

@ -12,7 +12,7 @@ import lombok.extern.slf4j.Slf4j;
@Service
@RequiredArgsConstructor
@Conditional(EnableMongoLiquibaseCondition.class)
public class MongoTenantCreatedListener implements ITenantEventHandler<TenantCreatedEvent> {
public class TenantCreatedMongoEventHandler implements ITenantEventHandler<TenantCreatedEvent> {
private final TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor;