api

http4k / org.http4k.servirtium / InteractionStorage

InteractionStorage

interface InteractionStorage : Supplier<ByteArray>, Consumer<ByteArray>

Provides storage for the recorded Servirtium interaction data.

Functions

Name Summary
clean abstract fun clean(): Boolean

Companion Object Functions

Name Summary
Disk fun Disk(root: File): StorageProvider
InMemory fun InMemory(): StorageProvider