http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
SequenceMessage
Sequence
Message
data
class
SequenceMessage
(
val
spanId
:
OtelSpanId
,
val
fromIndex
:
Int
,
val
toIndex
:
Int
,
val
label
:
String
,
val
isResponse
:
Boolean
,
val
isError
:
Boolean
)
(
source
)
Members
Constructors
Sequence
Message
Link copied to clipboard
constructor
(
spanId
:
OtelSpanId
,
fromIndex
:
Int
,
toIndex
:
Int
,
label
:
String
,
isResponse
:
Boolean
,
isError
:
Boolean
)
Properties
from
Index
Link copied to clipboard
val
fromIndex
:
Int
is
Error
Link copied to clipboard
val
isError
:
Boolean
is
Response
Link copied to clipboard
val
isResponse
:
Boolean
label
Link copied to clipboard
val
label
:
String
span
Id
Link copied to clipboard
val
spanId
:
OtelSpanId
to
Index
Link copied to clipboard
val
toIndex
:
Int