Class MobileFormsSheetStatusUpdatedSpout
java.lang.Object
overit.geocall.event.producer.JsonSpout<MobileFormsSheetStatusUpdatedPublishEvent,DTOMobileFormsSheetStatusUpdatedSpout>
overit.geocallapp.wfm.mobileforms.spout.sheet.MobileFormsSheetStatusUpdatedSpout
- All Implemented Interfaces:
Spout<MobileFormsSheetStatusUpdatedPublishEvent,DTOMobileFormsSheetStatusUpdatedSpout, String>
@Event(MobileFormsSheetStatusUpdatedPublishEvent.class)
@Component
public class MobileFormsSheetStatusUpdatedSpout
extends JsonSpout<MobileFormsSheetStatusUpdatedPublishEvent,DTOMobileFormsSheetStatusUpdatedSpout>
Spout for the event
MobileFormsSheetStatusUpdatedPublishEvent to publish a DTOMobileFormsSheetStatusUpdatedSpout.- Since:
- 21.0
- GCApi:
- spout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the payload from the given event using the provided PoolKit.
-
Constructor Details
-
MobileFormsSheetStatusUpdatedSpout
public MobileFormsSheetStatusUpdatedSpout()
-
-
Method Details
-
getPayload
public DTOMobileFormsSheetStatusUpdatedSpout getPayload(PoolKit pk, MobileFormsSheetStatusUpdatedPublishEvent event) Description copied from interface:SpoutExtracts the payload from the given event using the provided PoolKit.- Parameters:
pk- the PoolKit instance used for database operationsevent- the event from which to extract the payload- Returns:
- the extracted payload of type P
-