Modifier and Type | Method and Description |
---|---|
void |
GenericWorkflowTest.addFactory(ActivityImplementationFactory factory) |
void |
GenericWorkflowTest.addFactory(String taskListToListen,
ActivityImplementationFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
POJOActivityImplementationFactory |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ActivityImplementationFactory> |
TestGenericActivityClient.factories
Key is TaskList
|
Modifier and Type | Method and Description |
---|---|
void |
TestGenericActivityClient.addFactory(String taskListToListen,
ActivityImplementationFactory factory) |
Modifier and Type | Method and Description |
---|---|
ActivityImplementationFactory |
GenericActivityWorker.getActivityImplementationFactory() |
ActivityImplementationFactory |
SynchronousActivityTaskPoller.getActivityImplementationFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
GenericActivityWorker.registerActivityTypes(AmazonSimpleWorkflow service,
String domain,
String defaultTaskList,
ActivityImplementationFactory activityImplementationFactory) |
void |
GenericActivityWorker.setActivityImplementationFactory(ActivityImplementationFactory activityImplementationFactory) |
void |
SynchronousActivityTaskPoller.setActivityImplementationFactory(ActivityImplementationFactory activityImplementationFactory) |
Constructor and Description |
---|
ActivityTaskPoller(AmazonSimpleWorkflow service,
String domain,
String pollTaskList,
ActivityImplementationFactory activityImplementationFactory,
ThreadPoolExecutor taskExecutorService) |
SynchronousActivityTaskPoller(AmazonSimpleWorkflow service,
String domain,
String taskListToPoll,
ActivityImplementationFactory activityImplementationFactory) |
Copyright © 2014. All rights reserved.