T - public interface BatchListener<T>
Batcher. Each call to onBatch is executed on a separate thread and
therefore the BatchListener is responsible for managing its own thread safety.| Modifier and Type | Method and Description |
|---|---|
void |
onBatch(Collection<T> batch)
Process a batch of items.
|
void onBatch(Collection<T> batch)
Copyright © 2018 Calrissian. All rights reserved.