Class UserTypeUpdateEventSpoutImpl
java.lang.Object
overit.geocall.event.producer.JsonSpout<UserTypeUpdateEvent,UserType>
overit.geocall.basic.bl.usertype.spout.UserTypeUpdateEventSpoutImpl
- All Implemented Interfaces:
Spout<UserTypeUpdateEvent,UserType, String>
@Event(UserTypeUpdateEvent.class)
@Component
public class UserTypeUpdateEventSpoutImpl
extends JsonSpout<UserTypeUpdateEvent,UserType>
- GCApi:
- spout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPayload(PoolKit pk, UserTypeUpdateEvent event) Extracts the payload from the given event using the provided PoolKit.
-
Constructor Details
-
UserTypeUpdateEventSpoutImpl
-
-
Method Details
-
getPayload
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
-