All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.apollographql.apollo.mockserver.MockServerHandler.kt Maven / Gradle / Ivy

package com.apollographql.apollo.mockserver

interface MockServerHandler {
  /**
   * Handles the given [MockRequestBase].
   *
   * This method is called from one or several background threads and must be thread-safe.
   */
  fun handle(request: MockRequestBase): MockResponse
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy