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