ReqRepServer<'i, 'o, 'a, 'b>
Namespace: XRay
A request-reply server channel wherein the channel handles inputs of type 'i and produces outputs of type 'o. The server is expressed in terms of inputs of type 'a and outputs of type 'b.
Record Fields
| Record Field | Description |
Ch
Signature: Channel
|
|
Decoder
Signature: Dec<'i,('a * TraceContext)>
|
|
Encoder
Signature: Enc<'o,('b * TraceContext)>
|
|