Class AddressInsertedSpout

java.lang.Object
overit.geocall.event.producer.JsonSpout<AddressInsertedPublishEvent,DTOAddressInsertedSpout>
overit.geocallapp.wfm.locations.spout.address.AddressInsertedSpout
All Implemented Interfaces:
Spout<AddressInsertedPublishEvent,DTOAddressInsertedSpout,String>

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

    • AddressInsertedSpout

      public AddressInsertedSpout()
  • Method Details

    • getPayload

      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