| Package | Description |
|---|---|
| com.atlassian.confluence.util.sandbox |
Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can
crash, run out of memory, be killed and restarted without affecting Confluence.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
Sandbox.execute(SandboxTask<T,R> task,
T input)
Run the given task with the given input in a process sandbox.
|
<T,R> R |
Sandbox.execute(SandboxTask<T,R> task,
T input,
Duration timeLimit)
Run the given task with the given input in a process sandbox and limit a call by a given time limit.
|
Copyright © 2003–2022 Atlassian. All rights reserved.