Uses of Class
com.floragunn.signals.watch.action.invokers.ActionInvocationType
-
Packages that use ActionInvocationType Package Description com.floragunn.signals.execution com.floragunn.signals.watch.action.invokers -
-
Uses of ActionInvocationType in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return ActionInvocationType Modifier and Type Method Description ActionInvocationTypeWatchExecutionContext. getActionInvocationType()Methods in com.floragunn.signals.execution with parameters of type ActionInvocationType Modifier and Type Method Description WatchExecutionContextWatchExecutionContext. with(ActionInvocationType actionInvocationType)Constructors in com.floragunn.signals.execution with parameters of type ActionInvocationType Constructor Description WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData)WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData, WatchExecutionContextData resolvedContextData, SimulationMode simulationMode, HttpEndpointWhitelist httpEndpointWhitelist, HttpProxyConfig httpProxyConfig) -
Uses of ActionInvocationType in com.floragunn.signals.watch.action.invokers
Methods in com.floragunn.signals.watch.action.invokers that return ActionInvocationType Modifier and Type Method Description static ActionInvocationTypeActionInvocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionInvocationType[]ActionInvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-