Uses of Interface
org.apache.dubbo.common.concurrent.Rejector
Packages that use Rejector
-
Uses of Rejector in org.apache.dubbo.common.concurrent
Classes in org.apache.dubbo.common.concurrent that implement RejectorModifier and TypeClassDescriptionclassAbortPolicy<E>A handler for rejected element that throws aRejectException.classA handler for rejected element that discards the oldest element.classA handler for rejected element that silently discards the rejected element. -
Uses of Rejector in org.apache.dubbo.common.threadpool
Methods in org.apache.dubbo.common.threadpool with parameters of type RejectorModifier and TypeMethodDescriptionvoidMemorySafeLinkedBlockingQueue.setRejector(Rejector<E> rejector) set the rejector.