ClientReqServerPush

Client can send requests (ReqRes) Server can send messages (Push)

class Object
trait Matchable
class Any

Type members

Types

final type Push = Type
final type Req = Type
type ReqId
type ReqRes <: RequestResponse[F] { type PreparedRequestType = Req; }

Value members

Abstract fields

val push: Protocol[F]
val req: Protocol[F]