| Package | Description |
|---|---|
| org.apache.activemq.artemis.utils | |
| org.apache.activemq.artemis.utils.actors |
| Modifier and Type | Method and Description |
|---|---|
ArtemisExecutor |
ExecutorFactory.getExecutor() |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedExecutor
An executor that always runs all tasks in order, using a delegate executor to run the tasks.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtemisExecutor |
ArtemisExecutor.delegate(Executor executor)
Artemis is supposed to implement this properly, however in tests or tools
this can be used as a fake, doing a simple delegate and using the default methods implemented here.
|
ArtemisExecutor |
OrderedExecutorFactory.getExecutor()
Get an executor that always executes tasks in order.
|
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.