Package com.suse.salt.netapi.calls
Class LocalAsyncResult<R>
- java.lang.Object
-
- com.suse.salt.netapi.calls.ScheduledJob<R>
-
- com.suse.salt.netapi.calls.LocalAsyncResult<R>
-
- Type Parameters:
R
- the return type of the called function
public class LocalAsyncResult<R> extends ScheduledJob<R>
Result of calling a execution module function asynchronously.
-
-
Constructor Summary
Constructors Constructor Description LocalAsyncResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getMinions()
-
Methods inherited from class com.suse.salt.netapi.calls.ScheduledJob
getJid, getType, setType
-
-