| Package | Description |
|---|---|
| de.skuzzle.inject.async.internal |
Internal implementation which should not be considered part of the public API.
|
| de.skuzzle.inject.async.internal.trigger |
Contains trigger implementations for scheduling methods.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerStrategy |
TriggerStrategyRegistry.getStrategyFor(Annotation triggerAnnotation)
Gets the
TriggerStrategy that is able to handle the provided
trigger annotation. |
| Modifier and Type | Class and Description |
|---|---|
class |
CronTriggerStrategy
TriggerStrategy that handles the
CronTrigger annotation. |
class |
DelayedTriggerStrategy
Handles the
DelayedTrigger. |
class |
SimpleTriggerStrategy
TriggerStrategy that handles the
SimpleTrigger annotation for defining simple
periodic executions. |
Copyright © 2014–2018. All rights reserved.