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, equals, getCheckSuccess, getOnException, getOnFailure, getOnSuccess, getSensor, hasCheckSuccessHandler, hasExceptionHandler, hasFailureHandler, hashCode, hasSuccessHandler, onException, onFailure, onFailureOrException, onResult, onSuccess, setOnException, setOnFailure, setOnFailureOrException, setOnResult, setOnSuccess, toString
public PollConfig(AttributeSensor<T> sensor)
public PollConfig(PollConfig<V,T,F> other)