public interface QueuePutListener<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
putCompleted(T item) |
Notification that a single item put has completed
|
void |
putMultiCompleted(MultiItem<T> items) |
Notification that a multi item put has completed
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.