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> diskStorage  
      static org.http4k.servirtium.GitHub gitHub  
      static org.http4k.servirtium.InteractionControl interactionControl  
      static kotlin.jvm.functions.Function1<java.lang.String,​org.http4k.servirtium.InteractionStorage> memoryStorage  
      static org.http4k.servirtium.ServirtiumServer recording  
      static org.http4k.servirtium.ServirtiumServer replay  
    • 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