WebSocketStreamClientStubbing

sttp.client4.impl.zio.WebSocketStreamClientStubbing
trait WebSocketStreamClientStubbing[R, P] extends AbstractClientStubbing[R, P & WebSockets]

Attributes

Graph
Supertypes
trait AbstractClientStubbing[R, P & WebSockets]
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 = WebSocketStreamBackend[[_] =>> RIO[R, _$25], P]
type BackendStub = WebSocketStreamBackendStub[[_] =>> RIO[R, _$26], P]

Inherited types

Attributes

Inherited from:
AbstractClientStubbing

Value members

Concrete methods

def backendStub: WebSocketStreamBackendStub[[_] =>> RIO[R, _$27], P]
def proxy(stub: Ref[WebSocketStreamBackendStub[[_] =>> RIO[R, _$28], P]]): WebSocketStreamBackend[[_] =>> RIO[R, _$29], P]

Inherited fields

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

Attributes

Inherited from:
AbstractClientStubbing

Attributes

Inherited from:
AbstractClientStubbing