T
- the Java class that stores a batch of
retrieved rolespublic interface RowBatchSuccessListener<T> extends BatchListener<RowBatchSuccessListener.RowBatchResponseEvent<T>>
The rows are returned as an instance of the Java class adapted by the sample handle passed to the factory that constructs the RowBatcher (that is, the generic type of the RowBatcher).
Modifier and Type | Interface and Description |
---|---|
static interface |
RowBatchSuccessListener.RowBatchResponseEvent<T>
A batch of rows retrieved for a view.
|
processEvent
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.