| Interface | Description |
|---|---|
| ExceptionHandler |
May be used to react to errors thrown from
scheduled methods. |
| ExecutionContext |
Holds contextual information for a single scheduled method execution.
|
| GuiceAsyncService |
Allows to control some aspects of how the async-extension works.
|
| ScheduledContext |
Holds contextual information about a scheduled method.
|
| SchedulingService |
Allows to manually schedule methods in the way they would normally automatically be
scheduled by the framework.
|
| TriggerStrategy |
Defines how a certain
Trigger annotation is handled in order to extract
scheduling meta information and to actually schedule method invocations. |
| Class | Description |
|---|---|
| GuiceAsync |
Entry point for enabling asynchronous method support within your guice application.
|
Copyright © 2014–2018. All rights reserved.