Class LoginSpoutImpl
java.lang.Object
overit.geocall.event.producer.JsonSpout<LoginEvent,Login>
overit.geocall.basic.bl.accounting.spout.LoginSpoutImpl
- All Implemented Interfaces:
Spout<LoginEvent,Login, String>
Spout for the event
LoginEvent to serialize the event into Login.- GCApi:
- spout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPayload(PoolKit pk, LoginEvent event) Extracts the payload from the given event using the provided PoolKit.
-
Constructor Details
-
LoginSpoutImpl
public LoginSpoutImpl()
-
-
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
-