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