public interface QueuePutListener<T>
Modifier and Type | Method and 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–2023 The Apache Software Foundation. All rights reserved.