XRay


ReqRepClient<'i, 'o, 'a, 'b>

Namespace: XRay

A request-reply client channel wherein the channel transmits inputs of type 'i and responds with outputs of type 'o. The consumer of the client is expressed in terms of domain-specific input type 'a and output type 'b.

Record Fields

Record FieldDescription
Ch
Signature: Channel
Decoder
Signature: Dec<'o,('b * TraceContext)>
Encoder
Signature: Enc<'i,('a * TraceContext)>
Fork me on GitHub