Uses of Class
com.suse.salt.netapi.calls.RunnerAsyncResult
Packages that use RunnerAsyncResult
-
Uses of RunnerAsyncResult in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return types with arguments of type RunnerAsyncResultModifier and TypeMethodDescriptionRunnerCall.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 RunnerAsyncResultModifier and TypeMethodDescriptionstatic <R> RunnerCall<Map<String, Data<R>>> Jobs.lookupJid(RunnerAsyncResult<R> jid)