| Package | Description |
|---|---|
| io.cloudslang.engine.queue.entities | |
| io.cloudslang.engine.queue.services | |
| io.cloudslang.engine.queue.services.recovery |
| Modifier and Type | Method and Description |
|---|---|
static ExecStatus |
ExecStatus.find(int num) |
ExecStatus |
ExecutionMessage.getStatus() |
static ExecStatus |
ExecStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecStatus[] |
ExecStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionMessage.setStatus(ExecStatus status) |
| Constructor and Description |
|---|
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
io.cloudslang.score.facade.entities.Execution executionObject,
Payload payload,
int msgSeqId) |
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId) |
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId,
Long createDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueDispatcherService.dispatch(String messageId,
String group,
ExecStatus status,
Payload payload)
Dispatch one message to the queue
|
List<ExecutionMessage> |
ExecutionQueueService.poll(String workerId,
int maxSize,
ExecStatus... statuses)
polls messages from the queue
|
List<ExecutionMessage> |
ExecutionQueueService.pollRecovery(String workerId,
int maxSize,
ExecStatus... statuses)
polls messages from the queue
|
List<ExecutionMessage> |
ExecutionQueueService.readMessagesByStatus(int maxSize,
ExecStatus... statuses) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageRecoveryService.enqueueMessages(List<ExecutionMessage> messages,
ExecStatus messageStatus) |
Copyright © 2018. All rights reserved.