Uses of Interface
org.apache.activemq.artemis.utils.actors.ActorListener
-
Packages that use ActorListener Package Description org.apache.activemq.artemis.utils.actors -
-
Uses of ActorListener in org.apache.activemq.artemis.utils.actors
Constructors in org.apache.activemq.artemis.utils.actors with parameters of type ActorListener Constructor Description Actor(java.util.concurrent.Executor parent, ActorListener<T> listener)ThresholdActor(java.util.concurrent.Executor parent, ActorListener<T> listener, int maxSize, java.util.function.ToIntFunction<T> sizeGetter, java.lang.Runnable overThreshold, java.lang.Runnable clearThreshold)
-