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
/
TransactionSummary
Transaction
Summary
data
class
TransactionSummary
(
val
id
:
TransactionId
,
val
direction
:
Direction
,
val
method
:
String
,
val
uri
:
String
,
val
path
:
String
,
val
host
:
String
,
val
status
:
Int
,
val
durationMs
:
Long
,
val
timestamp
:
String
,
val
isChaos
:
Boolean
,
val
isReplay
:
Boolean
,
val
chaosInfo
:
String
?
)
(
source
)
Members
Constructors
Transaction
Summary
Link copied to clipboard
constructor
(
id
:
TransactionId
,
direction
:
Direction
,
method
:
String
,
uri
:
String
,
path
:
String
,
host
:
String
,
status
:
Int
,
durationMs
:
Long
,
timestamp
:
String
,
isChaos
:
Boolean
,
isReplay
:
Boolean
,
chaosInfo
:
String
?
)
Properties
chaos
Info
Link copied to clipboard
val
chaosInfo
:
String
?
direction
Link copied to clipboard
val
direction
:
Direction
duration
Ms
Link copied to clipboard
val
durationMs
:
Long
host
Link copied to clipboard
val
host
:
String
id
Link copied to clipboard
val
id
:
TransactionId
is
Chaos
Link copied to clipboard
val
isChaos
:
Boolean
is
Replay
Link copied to clipboard
val
isReplay
:
Boolean
method
Link copied to clipboard
val
method
:
String
path
Link copied to clipboard
val
path
:
String
status
Link copied to clipboard
val
status
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
String
uri
Link copied to clipboard
val
uri
:
String