@ExperimentalApi
public interface SandboxCallbackContext
SandboxCallback. A global object of a specific type can be registered by
SandboxConfiguration.Builder.callbackContextObject(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–2018 Atlassian. All rights reserved.