public class ScheduleDecorator extends Object implements Decorator
RetryPolicy is provided calls that fail are retried according to
it. Retry count is reset at each scheduled invocation.| Constructor and Description |
|---|
ScheduleDecorator(InvocationSchedule schedule) |
ScheduleDecorator(InvocationSchedule schedule,
WorkflowClock clock) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
decorate(Class<?>[] interfaces,
V object) |
<V> V |
decorate(Class<V> interfaces,
V object) |
public ScheduleDecorator(InvocationSchedule schedule, WorkflowClock clock)
public ScheduleDecorator(InvocationSchedule schedule)
Copyright © 2016. All rights reserved.