Uses of Interface
org.apache.activemq.artemis.utils.actors.ArtemisExecutor
-
Packages that use ArtemisExecutor Package Description org.apache.activemq.artemis.utils org.apache.activemq.artemis.utils.actors -
-
Uses of ArtemisExecutor in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils that return ArtemisExecutor Modifier and Type Method Description ArtemisExecutorExecutorFactory. getExecutor() -
Uses of ArtemisExecutor in org.apache.activemq.artemis.utils.actors
Classes in org.apache.activemq.artemis.utils.actors that implement ArtemisExecutor Modifier and Type Class Description classOrderedExecutorAn executor that always runs all tasks in order, using a delegate executor to run the tasks.Methods in org.apache.activemq.artemis.utils.actors that return ArtemisExecutor Modifier and Type Method Description static ArtemisExecutorArtemisExecutor. delegate(java.util.concurrent.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.ArtemisExecutorOrderedExecutorFactory. getExecutor()Get an executor that always executes tasks in order.
-