| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.common.concurrent |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbortPolicy<E>
A handler for rejected element that throws a
RejectException. |
class |
DiscardOldestPolicy<E>
A handler for rejected element that discards the oldest element.
|
class |
DiscardPolicy<E>
A handler for rejected element that silently discards the
rejected element.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MemorySafeLinkedBlockingQueue.setRejector(Rejector<E> rejector)
set the rejector.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.