Interface MasterDataCacheUpdateService
public interface MasterDataCacheUpdateService
The Interface MasterDataCacheUpdateService.
- Author:
- Loganathan Sekar
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateTemplates(io.mosip.kernel.core.websub.model.EventModel model) Update templates.voidupdateTitles(io.mosip.kernel.core.websub.model.EventModel model) Update titles.
-
Method Details
-
updateTemplates
void updateTemplates(io.mosip.kernel.core.websub.model.EventModel model) Update templates.- Parameters:
model- the model
-
updateTitles
void updateTitles(io.mosip.kernel.core.websub.model.EventModel model) Update titles.- Parameters:
model- the model
-