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