EnvironmentCallbackContext
Handle
interface EnvironmentCallbackContext { readonly environment: EnvironmentEditor; readonly executionContext: DistributedApplicationExecutionContext; readonly log: LogFacade; readonly resource: IResource;}Properties
property
environmentEnvironmentEditorgetGets the editor used to set environment variables in polyglot callbacks.
property
executionContextDistributedApplicationExecutionContextgetGets the execution context associated with this invocation of the AppHost.
property
logLogFacadegetGets the logger facade used by polyglot callbacks.
property
resourceIResourcegetThe resource associated with this callback context.