http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-serverless-core
/
org.http4k.serverless
/
FnTransaction
Fn
Transaction
data
class
FnTransaction
<
In
,
Out
>
(
val
request
:
In
,
val
response
:
Out
,
val
duration
:
Duration
,
val
labels
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Fn
Transaction
Link copied to clipboard
constructor
(
request
:
In
,
response
:
Out
,
duration
:
Duration
,
labels
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
duration
Link copied to clipboard
val
duration
:
Duration
labels
Link copied to clipboard
val
labels
:
Map
<
String
,
String
>
request
Link copied to clipboard
val
request
:
In
response
Link copied to clipboard
val
response
:
Out