Packages

package gyremock

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait GrpcFromToJson extends AnyRef
  2. class GrpcFromToJsonImpl extends GrpcFromToJson with StrictLogging
  3. class GyremockServer extends StrictLogging
  4. case class GyremockSettings(host: String, port: Int, stopTimeout: FiniteDuration, wiremockBaseUrl: Option[String]) extends Product with Serializable
  5. final case class Service(desc: ServiceDescription, handlerF: (GrpcFromToJson) => PartialFunction[HttpRequest, Future[HttpResponse]]) extends Product with Serializable

    desc

    we will use description to do reflection

    handlerF

    these will be the actual handlers when called with GrpcFromToJson

Value Members

  1. object GyremockSettings extends Serializable

Ungrouped