| Modifier and Type | Method and Description |
|---|---|
abstract Result |
WorkItemSender.sendWorkItem(WorkItem workItem) |
static Result |
Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.process(WorkItem workItem,
Result result) |
| Modifier and Type | Field and Description |
|---|---|
Result |
CallbackData.status
one of SUCCESS/FAILURE
|
| Modifier and Type | Method and Description |
|---|---|
Result |
EmailWorkItemSender.sendWorkItem(WorkItem workItem) |
| Modifier and Type | Method and Description |
|---|---|
Result |
NoopWorkItemSender.sendWorkItem(WorkItem workItem) |
| Modifier and Type | Method and Description |
|---|---|
Result |
SimpleWorkItemSender.sendWorkItem(WorkItem workItem) |
Copyright © 2016 Richard Thurston. All Rights Reserved.