![]() | IFutureT Interface |
Namespace: com.espertech.esper.compat.concurrency
public interface IFuture<T>
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.concurrency.IFuture`1"]
The IFutureT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel |
Attempts to cancel the future execution.
|
![]() | Get |
Gets the value. If a value is not available this method throw a InvalidOperationException.
|
![]() | GetValue(TimeSpan) |
Gets the value. If a value is not available before the timeout expires,
a TimeoutException will be thrown.
|
![]() | GetValue(Int32, TimeUnit) | |
![]() | GetValueOrDefault |
Gets the result value from the execution.
|
![]() | Wait |
Waits for execution of the future to complete up to the allotted amount of time.
|