Uses of Interface
com.amazonaws.services.simpleworkflow.flow.interceptors.InvocationSchedule

Packages that use InvocationSchedule
com.amazonaws.services.simpleworkflow.flow.interceptors   
com.amazonaws.services.simpleworkflow.flow.spring   
 

Uses of InvocationSchedule in com.amazonaws.services.simpleworkflow.flow.interceptors
 

Classes in com.amazonaws.services.simpleworkflow.flow.interceptors that implement InvocationSchedule
 class FixedIntervalInvocationSchedule
          Schedule that represents invocations with a fixed delay up to a specified expiration interval or count.
 

Constructors in com.amazonaws.services.simpleworkflow.flow.interceptors with parameters of type InvocationSchedule
AsyncScheduledExecutor(InvocationSchedule schedule, WorkflowClock clock)
           
ScheduleDecorator(InvocationSchedule schedule)
           
ScheduleDecorator(InvocationSchedule schedule, WorkflowClock clock)
           
 

Uses of InvocationSchedule in com.amazonaws.services.simpleworkflow.flow.spring
 

Classes in com.amazonaws.services.simpleworkflow.flow.spring that implement InvocationSchedule
 class CronInvocationSchedule
           
 



Copyright © 2016. All rights reserved.