| Interface | Description |
|---|---|
| Execution<RESULT> |
Representation of currently running execution that promises to return
RESULT somewhen in the future. |
| ExecutionCondition<RESULT> |
A condition to match
Execution result. |
| ExecutionService | |
| ExecutionServiceFactory |
Factory that creates process executors.
|
| Class | Description |
|---|---|
| CountDownWatch |
A simple utility to measure time left from an timeout.
|
| Task<IN,OUT> |
Representation of a task that can be executed by Arquillian Spacelift.
|
| Tasks | |
| Tasks.InjectTask<NEXT_IN> |
| Exception | Description |
|---|---|
| ExecutionException |
Execution that flags a problem during ansynchronous execution of a task.
|
| TimeoutExecutionException |
Copyright © 2014 JBoss by Red Hat. All rights reserved.