Interface SandboxCallbackContext
-
@ExperimentalApi public interface SandboxCallbackContext
The execution context for aSandboxCallback
. A global object of a specific type can be registered bySandboxSpec.SpecBuilder.registerCallbackContextObject(Class, Object)
into the context and retrieved later during the execution ofSandboxCallback.apply(SandboxCallbackContext, Object)
.- Since:
- 6.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Optional<T>
get(Class<T> type)
-