Package com.skava.accounts.util
Class AccountsEventUtil
java.lang.Object
com.skava.accounts.util.AccountsEventUtil
The Class AccountsEventUtil consists of methods to trigger events for the request.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendingEventForAccounts
(com.skava.core.event.EventClientComponent eventClientComponent, AccountEventPayLoad accountsEvent, String routingKey, long storeId) sendingEventForAccounts - Used to trigger an event.
-
Method Details
-
sendingEventForAccounts
public static void sendingEventForAccounts(com.skava.core.event.EventClientComponent eventClientComponent, AccountEventPayLoad accountsEvent, String routingKey, long storeId) sendingEventForAccounts - Used to trigger an event.- Parameters:
accountsEvent
- the accountsEventroutingKey
- the routingKeystoreId
- the storeIdeventClientComponent
- eventClientComponent
-