AbstractClientStubbing

sttp.client4.impl.zio.AbstractClientStubbing

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

trait Service

Attributes

Supertypes
class Object
trait Matchable
class Any
case class StubbingWhenRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Backend <: GenericBackend[[_] =>> RIO[R, _$1], P]
type BackendStub <: AbstractBackendStub[[_] =>> RIO[R, _$2], P] { type Self = BackendStub; }

Value members

Abstract methods

protected def backendStub: BackendStub
protected def proxy(stub: Ref[BackendStub]): Backend

Concrete fields

val layer: ZLayer[Any, Nothing, Has[Service] & Has[Backend]]