Uses of Interface
org.apache.shenyu.common.concurrent.Rejector
-
Packages that use Rejector Package Description org.apache.shenyu.common.concurrent -
-
Uses of Rejector in org.apache.shenyu.common.concurrent
Classes in org.apache.shenyu.common.concurrent that implement Rejector Modifier and Type Class Description classAbortPolicy<E>A handler for rejected element that throws aRejectException.classDiscardOldestPolicy<E>A handler for rejected element that discards the oldest element.classDiscardPolicy<E>A handler for rejected element that silently discards the rejected element.Methods in org.apache.shenyu.common.concurrent with parameters of type Rejector Modifier and Type Method Description voidMemorySafeLinkedBlockingQueue. setRejector(Rejector<E> rejector)set the rejector.
-