Interface QueuePutListener<T>
-
public interface QueuePutListener<T>Queue puts are done in the background. Use this listener to be notified when the put completes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidputCompleted(T item)Notification that a single item put has completedvoidputMultiCompleted(MultiItem<T> items)Notification that a multi item put has completed
-