| Enum | Description |
|---|---|
| Scope |
Specifies desired behavior when a task is fired more than once.
|
| Annotation Type | Description |
|---|---|
| PassThru |
Marks a task method that may be executed when a task is added through
Orchestrator.addPassThru(Object) rather than
Orchestrator.addWork(Object). |
| Work |
Marks a method as a "task method" to be executed when a task is added by
calling
Orchestrator.addWork(Object) rather
than Orchestrator.addPassThru(Object). |
Copyright © 2018. All rights reserved.