public abstract class PayloadExtractor extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
extractPayloads(Batch batch)
Extract the payload form a batch of records.
|
static <P> List<P> |
extractPayloads(List<? extends Record<P>> records)
Extract the payload form each record.
|
Copyright © 2015. All Rights Reserved.