| Package | Description |
|---|---|
| com.alibaba.csp.sentinel |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Entry.whenTerminate(BiConsumer<Context,Entry> handler)
Like
CompletableFuture since JDK 8, it guarantees specified handler
is invoked when this entry terminated (exited), no matter it's blocked or permitted. |
Copyright © 2021 Alibaba Group. All rights reserved.