RequestResponse

trait RequestResponse[F[_]]

Polymorphic bi-directional protocol.

This is polymorphic in the sense that the response protocol can vary based on the runtime value of the request. By calling prepareSend with a request value, one can get back the appropriate, associated response protocol.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods