ResourceUrlsCallbackContext
Handle
interface ResourceUrlsCallbackContext { readonly executionContext: DistributedApplicationExecutionContext; readonly log: LogFacade; readonly resource: IResource; readonly urls: ResourceUrlsEditor; getEndpoint(name: string): EndpointReference;}5 members
Properties
property
executionContextDistributedApplicationExecutionContextgetGets the execution context associated with this invocation of the AppHost.
property
logLogFacadegetGets the logger facade used by polyglot callbacks.
property
resourceIResourcegetGets the resource this the URLs are associated with.
property
urlsResourceUrlsEditorgetGets the editor used to manipulate displayed URLs in polyglot callbacks.
Methods
method
getEndpointGets an endpoint reference from the associated resource
getEndpoint(name: string): EndpointReferenceParameters
namestringReturns
EndpointReference