@ExperimentalApi
public interface SandboxCallbackContext
SandboxCallback
. A global object of a specific type can be registered by
SandboxSpec.SpecBuilder.registerCallbackContextObject(Class, Object)
into the context and retrieved later
during the execution of SandboxCallback.apply(SandboxCallbackContext, Object)
.Modifier and Type | Method and Description |
---|---|
<T> Optional<T> |
get(Class<T> type) |
Copyright © 2003–2020 Atlassian. All rights reserved.