public class ChefAttributePollConfig<T> extends PollConfig<java.lang.Object,T,ChefAttributePollConfig<T>>
NO_SENSOR, REMOVE, UNCHANGED, UNSET| Constructor and Description | 
|---|
| ChefAttributePollConfig(AttributeSensor<T> sensor) | 
| ChefAttributePollConfig(ChefAttributePollConfig<T> other) | 
| Modifier and Type | Method and Description | 
|---|---|
| ChefAttributePollConfig<T> | chefAttributePath(java.lang.String val) | 
| java.lang.String | getChefAttributePath() | 
| java.lang.String | toString() | 
description, getPeriod, period, period, periodcheckSuccess, checkSuccess, getCheckSuccess, getOnException, getOnFailure, getOnSuccess, getSensor, hasCheckSuccessHandler, hasExceptionHandler, hasFailureHandler, hasSuccessHandler, onException, onFailure, onFailureOrException, onResult, onSuccess, setOnException, setOnFailure, setOnFailureOrException, setOnResult, setOnSuccesspublic ChefAttributePollConfig(AttributeSensor<T> sensor)
public ChefAttributePollConfig(ChefAttributePollConfig<T> other)
public java.lang.String getChefAttributePath()
public ChefAttributePollConfig<T> chefAttributePath(java.lang.String val)
public java.lang.String toString()
toString in class PollConfig<java.lang.Object,T,ChefAttributePollConfig<T>>