Class CacheUpdatingWebsubInitializer
- java.lang.Object
-
- io.mosip.authentication.common.service.websub.BaseIDAWebSubInitializer
-
- io.mosip.authentication.common.service.websub.CacheUpdatingWebsubInitializer
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
- Direct Known Subclasses:
IdAuthWebSubInitializer
@Component public abstract class CacheUpdatingWebsubInitializer extends BaseIDAWebSubInitializer
The Class CacheUpdatingWebsubInitializer.- Author:
- Loganathan Sekar
-
-
Field Summary
Fields Modifier and Type Field Description StringcacheTypeThe cache type.-
Fields inherited from class io.mosip.authentication.common.service.websub.BaseIDAWebSubInitializer
webSubHelper
-
-
Constructor Summary
Constructors Constructor Description CacheUpdatingWebsubInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCacheEnabled()Checks if is cache enabled.-
Methods inherited from class io.mosip.authentication.common.service.websub.BaseIDAWebSubInitializer
doInitSubscriptions, doRegisterTopics, onApplicationEvent
-
-
-
-
Field Detail
-
cacheType
@Value("${spring.cache.type:simple}") public String cacheTypeThe cache type.
-
-