public class ScheduleDecorator extends java.lang.Object implements Decorator
RetryPolicy is provided calls that fail are retried according to
it. Retry count is reset at each scheduled invocation.| コンストラクタと説明 |
|---|
ScheduleDecorator(InvocationSchedule schedule) |
ScheduleDecorator(InvocationSchedule schedule,
WorkflowClock clock) |
public ScheduleDecorator(InvocationSchedule schedule, WorkflowClock clock)
public ScheduleDecorator(InvocationSchedule schedule)