Package org.http4k.servirtium
Interface UsageFromJava_servirtium
-
public interface UsageFromJava_servirtium
-
-
Field Summary
Fields Modifier and Type Field Description static kotlin.jvm.functions.Function1<java.lang.String,org.http4k.servirtium.InteractionStorage>diskStoragestatic org.http4k.servirtium.GitHubgitHubstatic org.http4k.servirtium.InteractionControlinteractionControlstatic kotlin.jvm.functions.Function1<java.lang.String,org.http4k.servirtium.InteractionStorage>memoryStoragestatic org.http4k.servirtium.ServirtiumServerrecordingstatic org.http4k.servirtium.ServirtiumServerreplay
-
-
-
Field Detail
-
gitHub
static final org.http4k.servirtium.GitHub gitHub
-
memoryStorage
static final kotlin.jvm.functions.Function1<java.lang.String,org.http4k.servirtium.InteractionStorage> memoryStorage
-
interactionControl
static final org.http4k.servirtium.InteractionControl interactionControl
-
diskStorage
static final kotlin.jvm.functions.Function1<java.lang.String,org.http4k.servirtium.InteractionStorage> diskStorage
-
recording
static final org.http4k.servirtium.ServirtiumServer recording
-
replay
static final org.http4k.servirtium.ServirtiumServer replay
-
-