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
/
ChaosStatusData
Chaos
Status
Data
data
class
ChaosStatusData
(
val
inboundActive
:
Boolean
,
val
inboundDescription
:
String
,
val
outboundActive
:
Boolean
,
val
outboundDescription
:
String
)
(
source
)
Members
Constructors
Chaos
Status
Data
Link copied to clipboard
constructor
(
inboundActive
:
Boolean
,
inboundDescription
:
String
,
outboundActive
:
Boolean
,
outboundDescription
:
String
)
Properties
inbound
Active
Link copied to clipboard
val
inboundActive
:
Boolean
inbound
Description
Link copied to clipboard
val
inboundDescription
:
String
outbound
Active
Link copied to clipboard
val
outboundActive
:
Boolean
outbound
Description
Link copied to clipboard
val
outboundDescription
:
String