Context resolver that processes context and extracts values from there.
Description
TODO: add description
Static methods
getTraceId
Gets a trace (correlation) id.
public staticgetTraceId(context: IContext): string
- context: IContext - execution context to trace execution through call chain.
- returns: string - a trace id or
nullif it is not defined.
getClient
Gets a client name.
public staticgetClient(context: IContext): string
- context: IContext - execution context to trace execution through call chain.
- returns: string - a client name or
nullif it is not defined.
getUser
Gets a reference to user object.
publicgetUser(context: IContext): string
- context: IContext - execution context to trace execution through call chain.
- returns: string - a user reference or
nullif it is not defined.