Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.watcher.actions
package org.elasticsearch.xpack.core.watcher.actions
-
ClassDescriptionAction.Builder<A extends Action>
Acknowledgedis aAction.Result.StoppedResultwith a status ofAction.Result.Status.ACKNOWLEDGEDfor actions that have been throttled.ConditionFailedis aAction.Result.StoppedResultwith a status ofAction.Result.Status.FAILUREfor actions that have been skipped because the action's condition failed (either expected or unexpected).Failureis aAction.Result.StoppedResultwith a status ofAction.Result.Status.FAILUREfor actiosn that have failed unexpectedly (e.g., an exception was thrown in a place that wouldn't expect one, like transformation or an HTTP request).Throttledis aAction.Result.StoppedResultwith a status ofAction.Result.Status.THROTTLEDfor actions that have been throttled.Parses xcontent to a concrete action of the same type.ExecutableAction<A extends Action>