| Modifier and Type | Method and Description |
|---|---|
ExecutionMessage |
ExecutionMessage.setWorkerKey(String workerKey) |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionMessage> |
ExecutionMessageList.getList() |
| Constructor and Description |
|---|
ExecutionMessageList(List<ExecutionMessage> list) |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionMessage> |
ExecutionQueueService.poll(Date createDate,
String workerId,
int maxSize,
ExecStatus... statuses)
polls messages from the queue
|
List<ExecutionMessage> |
QueueDispatcherService.poll(String uuid,
int maxSize,
Date createDate) |
List<ExecutionMessage> |
ExecutionQueueService.poll(String workerId,
int maxSize,
ExecStatus... statuses)
polls messages from the queue
|
List<ExecutionMessage> |
ExecutionQueueService.pollMessagesWithoutAck(int maxSize,
long minVersionAllowed)
polls messages that didn't receive ack yet
|
List<ExecutionMessage> |
ExecutionQueueService.readMessagesByStatus(int maxSize,
ExecStatus... statuses) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueDispatcherService.dispatch(List<ExecutionMessage> messages)
dispatch messages to the queue
|
void |
ExecutionQueueService.enqueue(List<ExecutionMessage> messages)
enqueue messages to the queue
|
void |
QueueListener.onEnqueue(List<ExecutionMessage> messages,
int queueSize)
A callback that will be called when messages are inserted to the queue
|
void |
QueueListener.onFailed(List<ExecutionMessage> messages)
A callback that will be called when messages are in status of failed
|
void |
QueueListener.onPoll(List<ExecutionMessage> messages,
int queueSize)
A callback that will be called when messages are polled from the queue
|
void |
QueueListener.onTerminated(List<ExecutionMessage> messages)
A callback that will be called when messages are in status of terminated
|
void |
QueueListener.prePersist(List<ExecutionMessage> messages)
A callback that will be called when messages are inserted to the queue
before they are persisted to the DB
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionMessage> |
ExecutionAssignerService.assignWorkers(List<ExecutionMessage> messages)
assigns a list of
ExecutionMessage to
workers |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionMessage> |
ExecutionAssignerService.assignWorkers(List<ExecutionMessage> messages)
assigns a list of
ExecutionMessage to
workers |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageRecoveryService.enqueueMessages(List<ExecutionMessage> messages,
ExecStatus messageStatus) |
void |
MessageRecoveryService.logMessageRecovery(List<ExecutionMessage> messages) |
Copyright © 2015. All Rights Reserved.