Module org.elasticsearch.xcore
Class ActionRegistry
java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.ActionRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionActionRegistry(Map<String, ActionFactory> parsers, ConditionRegistry conditionRegistry, TransformRegistry transformRegistry, Clock clock, XPackLicenseState licenseState) -
Method Summary
Modifier and TypeMethodDescriptionparseActions(String watchId, org.elasticsearch.xcontent.XContentParser parser)
-
Constructor Details
-
ActionRegistry
public ActionRegistry(Map<String, ActionFactory> parsers, ConditionRegistry conditionRegistry, TransformRegistry transformRegistry, Clock clock, XPackLicenseState licenseState)
-
-
Method Details
-
parseActions
public List<ActionWrapper> parseActions(String watchId, org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getTransformRegistry
-
getConditionRegistry
-