Class AbstractInput
- java.lang.Object
-
- com.floragunn.signals.watch.common.WatchElement
-
- com.floragunn.signals.watch.checks.Check
-
- com.floragunn.signals.watch.checks.AbstractInput
-
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Direct Known Subclasses:
AbstractSearchInput,HttpInput,StaticInput,Transform
public abstract class AbstractInput extends Check
-
-
Constructor Summary
Constructors Constructor Description AbstractInput(String name, String target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetResult(WatchExecutionContext ctx, Object result)-
Methods inherited from class com.floragunn.signals.watch.checks.Check
create, execute, getIndexMapping, getIndexMappingUpdate, getName, getTemplateScriptParamsAsMap, toString
-
Methods inherited from class com.floragunn.signals.watch.common.WatchElement
getChildByNameAndType, getChildByNameAndType, getChildren, render, render
-
-
-
-
Field Detail
-
target
protected final String target
-
-
Method Detail
-
setResult
protected void setResult(WatchExecutionContext ctx, Object result)
-
-