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