Class MobileFormsSheetUpdatedSpout
java.lang.Object
overit.geocall.event.producer.JsonSpout<MobileFormsSheetUpdatedPublishEvent,DTOMobileFormsSheetUpdatedSpout>
overit.geocallapp.wfm.mobileforms.spout.sheet.MobileFormsSheetUpdatedSpout
- All Implemented Interfaces:
Spout<MobileFormsSheetUpdatedPublishEvent,DTOMobileFormsSheetUpdatedSpout, String>
@Event(MobileFormsSheetUpdatedPublishEvent.class)
@Component
public class MobileFormsSheetUpdatedSpout
extends JsonSpout<MobileFormsSheetUpdatedPublishEvent,DTOMobileFormsSheetUpdatedSpout>
Spout for the event
MobileFormsSheetUpdatedPublishEvent to publish a DTOMobileFormsSheetUpdatedSpout.- Since:
- 21.0
- GCApi:
- spout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPayload(PoolKit pk, MobileFormsSheetUpdatedPublishEvent event) Extracts the payload from the given event using the provided PoolKit.
-
Constructor Details
-
MobileFormsSheetUpdatedSpout
public MobileFormsSheetUpdatedSpout()
-
-
Method Details
-
getPayload
public DTOMobileFormsSheetUpdatedSpout getPayload(PoolKit pk, MobileFormsSheetUpdatedPublishEvent 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
-