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