Class AuthTransactionStatusEventPublisher
- java.lang.Object
-
- io.mosip.authentication.common.service.websub.impl.BaseWebSubEventsInitializer
-
- io.mosip.authentication.common.service.websub.impl.AuthTransactionStatusEventPublisher
-
- All Implemented Interfaces:
WebSubEventSubcriber,WebSubEventTopicRegistrar
@Component public class AuthTransactionStatusEventPublisher extends BaseWebSubEventsInitializer
The Class CredentialStoreStatusEventPublisher.- 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 AuthTransactionStatusEventPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRegister()Do register.protected voiddoSubscribe()Do subscribe.voidpublishEvent(AutnTxnDto authTxnDto, String transactionId, LocalDateTime updatedDTimes)-
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
-
publishEvent
public void publishEvent(AutnTxnDto authTxnDto, String transactionId, LocalDateTime updatedDTimes)
-
-