| Class | Description |
|---|---|
| EvaluatingContext |
A wrapper context that allows for evaluating specific tasks.
|
| LoggingListener |
A
InstrumentedContext.Listener that prints to an slf4j Logger. |
| PersistingContext |
A
EvalContext that serializes and persist tasks. |
| TaskRunnerEntrypoint |
A main class that uses
EvaluatingContext for evaluating a specific task which has
been persisted by PersistingContext. |
| Exception | Description |
|---|---|
| Persisted |
This exception is thrown in the
EvalContext.Value that is created by
PersistingContext. |
Copyright © 2018. All rights reserved.