protected abstract class AbstractConsulConsumer.AbstractWatcher extends Object implements Runnable
Constructor and Description |
---|
AbstractWatcher(C client) |
Modifier and Type | Method and Description |
---|---|
protected C |
client() |
protected void |
onError(Throwable throwable) |
void |
run() |
protected void |
setIndex(BigInteger responseIndex) |
protected void |
watch() |
protected abstract void |
watch(C client) |
public AbstractWatcher(C client)
protected void onError(Throwable throwable)
protected final void setIndex(BigInteger responseIndex)
protected final C client()
protected final void watch()
protected abstract void watch(C client)
Apache Camel