public class LicenseBasedCachingEnterpriseFeatureFlag extends Object implements EnterpriseFeatureFlag
Constructor and Description |
---|
LicenseBasedCachingEnterpriseFeatureFlag(LicenseService licenseService,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
void |
onLicenseUpdatedEvent(LicenceUpdatedEvent ignored) |
void |
register() |
void |
unregister() |
public LicenseBasedCachingEnterpriseFeatureFlag(LicenseService licenseService, com.atlassian.event.api.EventPublisher eventPublisher)
@PostConstruct public void register()
@PreDestroy public void unregister()
public boolean isEnabled()
isEnabled
in interface EnterpriseFeatureFlag
@EventListener public void onLicenseUpdatedEvent(LicenceUpdatedEvent ignored)
Copyright © 2003–2021 Atlassian. All rights reserved.