public class NoBufferHostCollector extends java.lang.Object implements HostCollector
HostCollector implementation that does not buffer any updates and hence emits a new list for every new
host received or a host removed.HostCollector.HostUpdate<W,R>| Constructor and Description |
|---|
NoBufferHostCollector() |
NoBufferHostCollector(boolean allowDuplicates) |
| Modifier and Type | Method and Description |
|---|---|
<W,R> rx.functions.Func1<HostCollector.HostUpdate<W,R>,rx.Single<java.util.List<HostHolder<W,R>>>> |
newCollector() |
public NoBufferHostCollector()
public NoBufferHostCollector(boolean allowDuplicates)
public <W,R> rx.functions.Func1<HostCollector.HostUpdate<W,R>,rx.Single<java.util.List<HostHolder<W,R>>>> newCollector()
newCollector in interface HostCollector