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