Class Actor<T>
java.lang.Object
org.apache.activemq.artemis.utils.actors.HandlerBase
org.apache.activemq.artemis.utils.actors.ProcessorBase<T>
org.apache.activemq.artemis.utils.actors.Actor<T>
-
Field Summary
Fields inherited from class org.apache.activemq.artemis.utils.actors.ProcessorBase
requestedShutdown, STATE_FORCED_SHUTDOWN, STATE_NOT_RUNNING, STATE_RUNNING, tasks -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.artemis.utils.actors.ProcessorBase
flush, flush, isFlushed, remaining, shutdown, shutdown, shutdownNow, status, task, yieldMethods inherited from class org.apache.activemq.artemis.utils.actors.HandlerBase
enter, inHandler, leave
-
Constructor Details
-
Actor
-
-
Method Details
-
doTask
- Specified by:
doTaskin classProcessorBase<T>
-
act
-