Package com.skava.oms.flow.util
Class EventUtil
java.lang.Object
com.skava.oms.flow.util.EventUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendEventPayload
(Object eventPayload, String eventType, String collectionid) Sending events using sendEventPayload function
-
Constructor Details
-
EventUtil
public EventUtil()
-
-
Method Details
-
sendEventPayload
Sending events using sendEventPayload function- Parameters:
eventPayload
- holds PayloadeventType
- holds the eventTypecollectionid
- holds the collectionid
-