Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Interface Suspendable

All Known Subinterfaces:
SuspendableWorker, WorkerBase
All Known Implementing Classes:
ActivityWorker, GenericActivityWorker, GenericWorker, GenericWorkflowWorker, SpringActivityWorker, SpringWorkflowWorker, WorkflowWorker

public interface Suspendable


Method Summary
 void resumePolling()
          Allow new poll requests.
 void suspendPolling()
          Do not make new poll requests.
 

Method Detail

suspendPolling

void suspendPolling()
Do not make new poll requests. Outstanding long polls still can return tasks after this method was called.


resumePolling

void resumePolling()
Allow new poll requests.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.