Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxCallbackContext
-
Packages that use SandboxCallbackContext 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. -
-
Uses of SandboxCallbackContext in com.atlassian.confluence.util.sandbox
Methods in com.atlassian.confluence.util.sandbox that return SandboxCallbackContext Modifier and Type Method Description SandboxCallbackContext
SandboxSpec. callbackContext()
Callback context object for this sandbox instanceMethods in com.atlassian.confluence.util.sandbox with parameters of type SandboxCallbackContext Modifier and Type Method Description R
SandboxCallback. apply(SandboxCallbackContext context, T t)
-