Class NoopClientCall<REQUEST,RESPONSE>
- java.lang.Object
-
- io.grpc.ClientCall<REQUEST,RESPONSE>
-
- cloud.filibuster.instrumentation.libraries.grpc.NoopClientCall<REQUEST,RESPONSE>
-
public class NoopClientCall<REQUEST,RESPONSE> extends io.grpc.ClientCall<REQUEST,RESPONSE>
-
-
Constructor Summary
Constructors Constructor Description NoopClientCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel(java.lang.String message, java.lang.Throwable cause)voidhalfClose()voidrequest(int numMessages)voidsendMessage(REQUEST message)voidstart(io.grpc.ClientCall.Listener<RESPONSE> listener, io.grpc.Metadata headers)
-
-
-
Method Detail
-
start
public void start(io.grpc.ClientCall.Listener<RESPONSE> listener, io.grpc.Metadata headers)
-
request
public void request(int numMessages)
-
cancel
public void cancel(java.lang.String message, java.lang.Throwable cause)
-
halfClose
public void halfClose()
-
-