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(Executor parent, ActorListener<T> listener)ThresholdActor(Executor parent, ActorListener<T> listener, int maxSize, ToIntFunction<T> sizeGetter, Runnable overThreshold, Runnable clearThreshold)
-