com.amazonaws.services.simpleworkflow.flow
Interface WorkerBase
- All Superinterfaces:
- Suspendable, SuspendableWorker, WorkerLifecycle
- All Known Implementing Classes:
- ActivityWorker, GenericActivityWorker, GenericWorker, GenericWorkflowWorker, SpringActivityWorker, SpringWorkflowWorker, WorkflowWorker
public interface WorkerBase
- extends SuspendableWorker
getService
AmazonSimpleWorkflow getService()
getDomain
String getDomain()
isRegisterDomain
boolean isRegisterDomain()
setRegisterDomain
void setRegisterDomain(boolean registerDomain)
getDomainRetentionPeriodInDays
long getDomainRetentionPeriodInDays()
setDomainRetentionPeriodInDays
void setDomainRetentionPeriodInDays(long domainRetentionPeriodInDays)
getTaskListToPoll
String getTaskListToPoll()
getMaximumPollRatePerSecond
double getMaximumPollRatePerSecond()
setMaximumPollRatePerSecond
void setMaximumPollRatePerSecond(double maximumPollRatePerSecond)
getMaximumPollRateIntervalMilliseconds
int getMaximumPollRateIntervalMilliseconds()
setMaximumPollRateIntervalMilliseconds
void setMaximumPollRateIntervalMilliseconds(int maximumPollRateIntervalMilliseconds)
getUncaughtExceptionHandler
Thread.UncaughtExceptionHandler getUncaughtExceptionHandler()
setUncaughtExceptionHandler
void setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
getIdentity
String getIdentity()
setIdentity
void setIdentity(String identity)
getPollBackoffInitialInterval
long getPollBackoffInitialInterval()
setPollBackoffInitialInterval
void setPollBackoffInitialInterval(long backoffInitialInterval)
getPollBackoffMaximumInterval
long getPollBackoffMaximumInterval()
setPollBackoffMaximumInterval
void setPollBackoffMaximumInterval(long backoffMaximumInterval)
isDisableServiceShutdownOnStop
boolean isDisableServiceShutdownOnStop()
setDisableServiceShutdownOnStop
void setDisableServiceShutdownOnStop(boolean disableServiceShutdownOnStop)
getPollBackoffCoefficient
double getPollBackoffCoefficient()
setPollBackoffCoefficient
void setPollBackoffCoefficient(double backoffCoefficient)
getPollThreadCount
int getPollThreadCount()
setPollThreadCount
void setPollThreadCount(int threadCount)
registerTypesToPoll
void registerTypesToPoll()
isRunning
boolean isRunning()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.