Package com.aerospike.mapper.tools
Interface Processor<T>
public interface Processor<T>
-
Method Summary
-
Method Details
-
process
Process the given record.- Parameters:
data
- - the record to be processed- Returns:
- true if further records should be processed, false if the processing loop should abort.
-