toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-testing-servirtium
/
org.http4k.servirtium
/
InteractionStorage
Interaction
Storage
interface
InteractionStorage
:
Supplier
<
ByteArray
>
,
Consumer
<
ByteArray
>
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
(
p0
:
Consumer
<
in
ByteArray
>
)
:
Consumer
<
ByteArray
>
clean
Link copied to clipboard
abstract
fun
clean
(
)
:
Boolean
get
Link copied to clipboard
abstract
fun
get
(
)
:
ByteArray