| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.flow.interceptors | |
| com.amazonaws.services.simpleworkflow.flow.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryDecorator
In case of failures repeats every call to a wrapped object method according
the provided
RetryPolicy. |
class |
ScheduleDecorator
Repeats every call to a wrapped object method according to provided schedule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CronDecorator
Repeats any call to the decorated object according to a schedule specified using unix "cron" syntax.
|
Copyright © 2014. All rights reserved.