public class ChannelHandlerReadSubscription extends Object
Constructor and Description |
---|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<Boolean> connCollector,
ValueCache<Boolean> connCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ValueCache<?> |
getCache()
The cache to update when a new value is available.
|
Collector<?> |
getCollector()
The collector to lock and notify when a new value is available.
|
ValueCache<Boolean> |
getConnCache()
The cache to update whenever the connection state changes.
|
Collector<Boolean> |
getConnCollector()
The collector to lock and notify whenever the connection state changes.
|
ExceptionHandler |
getHandler()
The handler to notify whenever an exception is thrown.
|
int |
hashCode() |
public ChannelHandlerReadSubscription(Collector<?> collector, ValueCache<?> cache, ExceptionHandler handler, Collector<Boolean> connCollector, ValueCache<Boolean> connCache)
public Collector<?> getCollector()
public ValueCache<?> getCache()
public ExceptionHandler getHandler()
public Collector<Boolean> getConnCollector()
public ValueCache<Boolean> getConnCache()
Copyright © 2012. All Rights Reserved.