| Package | Description |
|---|---|
| com.alibaba.csp.sentinel |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.exit()
Complete the current resource entry and restore the entry stack in context.
|
void |
Entry.exit(int count) |
abstract void |
Entry.exit(int count,
Object... args)
Exit this entry.
|
protected Entry |
AsyncEntry.trueExit(int count,
Object... args) |
protected abstract Entry |
Entry.trueExit(int count,
Object... args)
Exit this entry.
|
Copyright © 2021 Alibaba Group. All rights reserved.