interface ExecutionContext {
    metadata: Metadata;
    source: string;
}

Properties

Properties

metadata: Metadata

Additional contextual information associated with this execution context

source: string

The class/file/service that originated the thread that owns this context