package gyremock
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait GrpcFromToJson extends AnyRef
- class GrpcFromToJsonImpl extends GrpcFromToJson with StrictLogging
- class GyremockServer extends StrictLogging
- case class GyremockSettings(host: String, port: Int, stopTimeout: FiniteDuration, wiremockBaseUrl: Option[String]) extends Product with Serializable
- 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
- object GyremockSettings extends Serializable