Uses of Interface
org.apache.activemq.artemis.utils.actors.ActorListener
Packages that use ActorListener
-
Uses of ActorListener in org.apache.activemq.artemis.utils.actors
Constructors in org.apache.activemq.artemis.utils.actors with parameters of type ActorListenerModifierConstructorDescriptionActor(Executor parent, ActorListener<T> listener) ThresholdActor(Executor parent, ActorListener<T> listener, int maxSize, ToIntFunction<T> sizeGetter, Runnable overThreshold, Runnable clearThreshold)