Class MobileFormsSheetInsertedSpout
java.lang.Object
overit.geocall.event.producer.JsonSpout<MobileFormsSheetInsertedPublishEvent,DTOMobileFormsSheetInsertedSpout>
overit.geocallapp.wfm.mobileforms.spout.sheet.MobileFormsSheetInsertedSpout
- All Implemented Interfaces:
Spout<MobileFormsSheetInsertedPublishEvent,DTOMobileFormsSheetInsertedSpout, String>
@Event(MobileFormsSheetInsertedPublishEvent.class)
@Component
public class MobileFormsSheetInsertedSpout
extends JsonSpout<MobileFormsSheetInsertedPublishEvent,DTOMobileFormsSheetInsertedSpout>
Spout for the event
MobileFormsSheetInsertedPublishEvent to publish a
DTOMobileFormsSheetInsertedSpout.- 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
-
MobileFormsSheetInsertedSpout
public MobileFormsSheetInsertedSpout()
-
-
Method Details
-
getPayload
public DTOMobileFormsSheetInsertedSpout getPayload(PoolKit pk, MobileFormsSheetInsertedPublishEvent 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
-