Uses of Class
com.suse.salt.netapi.calls.RunnerAsyncResult
-
Packages that use RunnerAsyncResult Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.calls.runner -
-
Uses of RunnerAsyncResult in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return types with arguments of type RunnerAsyncResult Modifier and Type Method Description CompletionStage<RunnerAsyncResult<R>>
RunnerCall. callAsync(SaltClient client, AuthMethod auth)
Calls a runner module function on the master asynchronously and returns information about the scheduled job that can be used to query the result. -
Uses of RunnerAsyncResult in com.suse.salt.netapi.calls.runner
Methods in com.suse.salt.netapi.calls.runner with parameters of type RunnerAsyncResult Modifier and Type Method Description static <R> RunnerCall<Map<String,Data<R>>>
Jobs. lookupJid(RunnerAsyncResult<R> jid)
-