RequestResponseEndpoint

final case class RequestResponseEndpoint[F[_], In, Err, Out](method: String, run: In => F[Either[Err, Out]], inCodec: Codec[In], errCodec: ErrorCodec[Err], outCodec: Codec[Out]) extends Endpoint[F]
trait Serializable
trait Product
trait Equals
trait Endpoint[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product