Class RunnableList
java.lang.Object
org.apache.activemq.artemis.utils.runnables.RunnableList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(AtomicRunnable runnable) voidcancel()voidforEach(Consumer<AtomicRunnable> consumerRunnable) voidremove(AtomicRunnable runnable) intsize()
-
Constructor Details
-
RunnableList
public RunnableList()
-
-
Method Details
-
add
-
size
public int size() -
remove
-
cancel
public void cancel() -
forEach
-