@grand-board/otel-cloudflare - v6.11.0
GitHub
Preparing search index...
TracedMessage
Interface TracedMessage<T>
Message with optional trace context for propagation
interface
TracedMessage
<
T
=
unknown
>
{
body
:
T
&
{
_traceparent
?:
string
}
;
id
:
string
;
timestamp
:
Date
;
ack
()
:
void
;
retry
(
options
?:
{
delaySeconds
?:
number
}
)
:
void
;
}
Type Parameters
T
=
unknown
Index
Properties
body
id
timestamp
Methods
ack
retry
Properties
body
body
:
T
&
{
_traceparent
?:
string
}
id
id
:
string
timestamp
timestamp
:
Date
Methods
ack
ack
()
:
void
Returns
void
retry
retry
(
options
?:
{
delaySeconds
?:
number
}
)
:
void
Parameters
Optional
options
:
{
delaySeconds
?:
number
}
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
id
timestamp
Methods
ack
retry
GitHub
@grand-board/otel-cloudflare - v6.11.0
Loading...
Message with optional trace context for propagation