Interface | Description |
---|---|
CommonApplicationService<P extends Application> |
Application business domain specific version of CrudEntityService . |
CommonCatalogService<P extends Catalog> |
Catalog business domain specific version of CrudEntityService . |
TenantSyncPersistenceConsumer |
Spring cloud data channel description for messaging input.
|
Class | Description |
---|---|
ApplicationChangedEvent |
Published whenever a persisted representation of a
Catalog has changed |
CatalogChangedEvent |
Published whenever a persisted representation of a
Catalog has changed |
CatalogChangeHelper |
Helper class used to simplify sync catalog changes against a catalog discriminated domain type,.
|
DefaultCommonApplicationService<P extends Application> | |
DefaultCommonCatalogService<P extends Catalog> | |
TenantPersistenceHandler |
Specialized
PersistenceHandler that listens specifically for repository changes to tenant
domain. |
TenantSyncProperties |
Annotation Type | Description |
---|---|
ConditionalOnTenantSynchronization |
Conditional annotation that denotes whether tenant synchronization is active or not, allowing
various beans to be initialized.
|
Copyright © 2021. All rights reserved.