Class AssetUpdatedSpout

All Implemented Interfaces:
Spout<AssetUpdatedPublishEvent,DTOAssetUpdatedSpout,String>

Spout for the event AssetUpdatedPublishEvent to publish a DTOAssetUpdatedSpout.
Since:
21.0
GCApi:
spout
  • Constructor Details

    • AssetUpdatedSpout

      public AssetUpdatedSpout()
  • Method Details

    • getPayload

      public DTOAssetUpdatedSpout getPayload(PoolKit pk, AssetUpdatedPublishEvent event)
      Description copied from interface: Spout
      Extracts the payload from the given event using the provided PoolKit.
      Parameters:
      pk - the PoolKit instance used for database operations
      event - the event from which to extract the payload
      Returns:
      the extracted payload of type P