public class PollConfig<V,T,F extends PollConfig<V,T,F>> extends FeedConfig<V,T,F>
NO_SENSOR, REMOVE, UNCHANGED, UNSET| Constructor and Description | 
|---|
| PollConfig(AttributeSensor<T> sensor) | 
| PollConfig(PollConfig<V,T,F> other) | 
| Modifier and Type | Method and Description | 
|---|---|
| F | description(java.lang.String description) | 
| java.lang.String | getDescription() | 
| long | getPeriod() | 
| F | period(Duration val) | 
| F | period(long val) | 
| F | period(long val,
      java.util.concurrent.TimeUnit units) | 
checkSuccess, checkSuccess, enabled, equals, getCheckSuccess, getOnException, getOnFailure, getOnSuccess, getSensor, getSupressDuplicates, hasCheckSuccessHandler, hasExceptionHandler, hasFailureHandler, hashCode, hasSuccessHandler, isEnabled, onException, onFailure, onFailureOrException, onResult, onSuccess, setOnException, setOnFailure, setOnFailureOrException, setOnResult, setOnSuccess, suppressDuplicates, toStringpublic PollConfig(AttributeSensor<T> sensor)
public PollConfig(PollConfig<V,T,F> other)