Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-services
services
ExecutionContextService
Interface ExecutionContextService
interface
ExecutionContextService
{
executeInContext
(
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
,
callback
:
()
=>
void
,
)
:
void
;
executeInContextAsync
(
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
,
callback
:
()
=>
Promise
<
void
>
,
)
:
Promise
<
void
>
;
get
()
:
undefined
|
models
.
common
.
ExecutionContext
;
getExecutionId
()
:
undefined
|
string
;
getOriginal
()
:
undefined
|
models
.
common
.
ExecutionContext
;
middleware
(
req
:
Request
,
res
:
any
,
next
:
()
=>
void
)
:
void
;
setDetail
(
detail
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
ContextService
<
ExecutionContext
,
Request
>
ExecutionContextService
Index
Methods
execute
In
Context
execute
In
Context
Async
get
get
Execution
Id
get
Original
middleware
set
Detail
Methods
execute
In
Context
executeInContext
(
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
,
callback
:
()
=>
void
,
)
:
void
Parameters
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
callback
:
()
=>
void
Returns
void
execute
In
Context
Async
executeInContextAsync
(
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
,
callback
:
()
=>
Promise
<
void
>
,
)
:
Promise
<
void
>
Parameters
contextValue
:
undefined
|
null
|
models
.
common
.
ExecutionContext
callback
:
()
=>
Promise
<
void
>
Returns
Promise
<
void
>
get
get
()
:
undefined
|
models
.
common
.
ExecutionContext
Returns
undefined
|
models
.
common
.
ExecutionContext
get
Execution
Id
getExecutionId
()
:
undefined
|
string
Returns
undefined
|
string
get
Original
getOriginal
()
:
undefined
|
models
.
common
.
ExecutionContext
Returns
undefined
|
models
.
common
.
ExecutionContext
middleware
middleware
(
req
:
Request
,
res
:
any
,
next
:
()
=>
void
)
:
void
Parameters
req
:
Request
res
:
any
next
:
()
=>
void
Returns
void
set
Detail
setDetail
(
detail
:
string
)
:
void
Parameters
detail
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
execute
In
Context
execute
In
Context
Async
get
get
Execution
Id
get
Original
middleware
set
Detail
Trova Core - v3.43.0
Loading...