StreamClientStubbing

sttp.client4.impl.zio.StreamClientStubbing
trait StreamClientStubbing[R, P] extends AbstractClientStubbing[R, P]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

trait Service

Attributes

Inherited from:
AbstractClientStubbing
Supertypes
class Object
trait Matchable
class Any
case class StubbingWhenRequest

Attributes

Inherited from:
AbstractClientStubbing
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Backend = StreamBackend[[_] =>> RIO[R, _$15], P]
type BackendStub = StreamBackendStub[[_] =>> RIO[R, _$16], P]

Inherited types

Attributes

Inherited from:
AbstractClientStubbing

Value members

Concrete methods

def backendStub: StreamBackendStub[[_] =>> RIO[R, _$17], P]
def proxy(stub: Ref[StreamBackendStub[[_] =>> RIO[R, _$18], P]]): StreamBackend[[_] =>> RIO[R, _$19], P]

Inherited fields

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

Attributes

Inherited from:
AbstractClientStubbing

Attributes

Inherited from:
AbstractClientStubbing