@microsoft/opentelemetry
Preparing search index...
MiddlewareLike
Interface MiddlewareLike
Middleware interface compatible with agents-hosting adapters.
interface
MiddlewareLike
{
onTurn
(
context
:
TurnContextLike
,
next
:
()
=>
Promise
<
void
>
,
)
:
Promise
<
void
>
;
}
Implemented by
BaggageMiddleware
OutputLoggingMiddleware
Index
Methods
on
Turn
Methods
on
Turn
onTurn
(
context
:
TurnContextLike
,
next
:
()
=>
Promise
<
void
>
)
:
Promise
<
void
>
Parameters
context
:
TurnContextLike
next
:
()
=>
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
on
Turn
@microsoft/opentelemetry
Loading...
Middleware interface compatible with agents-hosting adapters.