Uses of Interface
tigase.pubsub.utils.executors.Executor
-
Packages that use Executor Package Description tigase.pubsub.utils.executors -
-
Uses of Executor in tigase.pubsub.utils.executors
Classes in tigase.pubsub.utils.executors that implement Executor Modifier and Type Class Description classAbstractQueuingExecutorAbstract class providing implementation of executor supporting task queueing and prioritization.classRateLimitingExecutorClass implements an executor limiting number of executions of submitted tasks per second.classSameThreadExecutorImplementation of Executor providing no limitations and no support for priorities.
-