| Interface | Description |
|---|---|
| Rejector<E> |
RejectHandler, it works when you need to custom reject action.
|
| Class | Description |
|---|---|
| AbortPolicy<E> |
A handler for rejected element that throws a
RejectException. |
| CallableSafeInitializer<T> |
A safe and lazy and removable initializer implementation that wraps a
Callable object. |
| DiscardOldestPolicy<E> |
A handler for rejected element that discards the oldest element.
|
| DiscardPolicy<E> |
A handler for rejected element that silently discards the rejected element.
|
| Exception | Description |
|---|---|
| RejectException |
Exception thrown by an
MemorySafeLinkedBlockingQueue when an element cannot be accepted. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.