Class MasterDataUpdateEventInitializer
- java.lang.Object
-
- io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer
-
- io.mosip.authentication.common.service.websub.impl.MasterDataUpdateEventInitializer
-
- All Implemented Interfaces:
WebSubEventSubcriber,WebSubEventTopicRegistrar
@Component public class MasterDataUpdateEventInitializer extends BaseWebSubEventsInitializer
The Class MasterDataUpdateEventInitializer.- Author:
- Loganathan Sekar
-
-
Field Summary
-
Fields inherited from class io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer
env, EVENT_TYPE_PLACEHOLDER, webSubHelper
-
-
Constructor Summary
Constructors Constructor Description MasterDataUpdateEventInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRegister()Do register.protected voiddoSubscribe()Do subscribe.-
Methods inherited from class io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer
register, subscribe, subscribeForEvent, tryRegisterTopicEvent
-
-
-
-
Method Detail
-
doSubscribe
protected void doSubscribe()
Do subscribe.- Specified by:
doSubscribein classBaseWebSubEventsInitializer
-
doRegister
protected void doRegister()
Description copied from class:BaseWebSubEventsInitializerDo register.- Specified by:
doRegisterin classBaseWebSubEventsInitializer
-
-