Class ApplicationConfigurationLicenseStoreAide
- java.lang.Object
-
- com.atlassian.confluence.license.store.ApplicationConfigurationLicenseStoreAide
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
@Internal @ParametersAreNonnullByDefault public class ApplicationConfigurationLicenseStoreAide extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
This is an aide forApplicationConfigurationLicenseStore
, telling it when theEventPublisher
is available, or not. This aide is required at theApplicationConfigurationLicenseStore
is initialised prior to the main Spring context, and hence theEventPublisher
is not available via the normal lifecycle.- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfigurationLicenseStoreAide(ApplicationConfigurationLicenseStore store, com.atlassian.event.api.EventPublisher publisher)
-
-
-
Constructor Detail
-
ApplicationConfigurationLicenseStoreAide
public ApplicationConfigurationLicenseStoreAide(ApplicationConfigurationLicenseStore store, com.atlassian.event.api.EventPublisher publisher)
-
-