http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-testing-servirtium
/
org.http4k.servirtium
/
InteractionStorage
Interaction
Storage
interface
InteractionStorage
:
Supplier
<
ByteArray
>
,
Consumer
<
ByteArray
>
(
source
)
Provides storage for the recorded Servirtium interaction data.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
p0
:
ByteArray
)
and
Then
Link copied to clipboard
open
fun
andThen
(
after
:
Consumer
<
in
ByteArray
?
>
?
)
:
Consumer
<
ByteArray
?
>
?
clean
Link copied to clipboard
abstract
fun
clean
(
)
:
Boolean
get
Link copied to clipboard
abstract
fun
get
(
)
:
ByteArray