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