Module lettuce.core

Class ListSubscriber<T>

java.lang.Object
io.lettuce.core.output.StreamingOutput.Subscriber<T>
io.lettuce.core.output.ListSubscriber<T>

public class ListSubscriber<T>
extends StreamingOutput.Subscriber<T>
Simple subscriber feeding a Collection onNext(Collection, Object). Does not support plain onNext.
Since:
4.2
Author:
Mark Paluch, Julien Ruaux