orbit-proto / io.rouz.grpc / ManyToManyCall

ManyToManyCall

class ManyToManyCall<in TRequest, out TResponse> : StreamObserverSendAdapter<TRequest>, ReceiveChannel<TResponse>

Constructors

<init>

ManyToManyCall(request: StreamObserver<TRequest>, response: ReceiveChannel<TResponse>)