| Package | Description |
|---|---|
| com.atlassian.confluence.util.sandbox |
Sandbox framework enables running any java code independent from Confluence core in a separate OS process which can
crash, run out of memory, being killed and restarted without affecting Confluence.
|
| Modifier and Type | Method and Description |
|---|---|
SandboxTask |
SandboxRequest.getTask()
Returns the sandbox task.
|
| Modifier and Type | Method and Description |
|---|---|
<T,R> CompletionStage<R> |
Sandbox.submit(SandboxTask<T,R> task,
T input)
Submit a request to run the given task with the given input in a process sandbox.
|
<T,R> CompletionStage<R> |
Sandbox.submit(SandboxTask<T,R> task,
T input,
Duration timeLimit)
Submit a request to run the given task with the given input that must complete within the specified time
limit in a process sandbox.
|
Copyright © 2003–2018 Atlassian. All rights reserved.