Interface MethodDefinition<TRequest,TResponse>
- All Superinterfaces:
MethodDefinition
@JsType(isNative=true,
name="dhinternal.grpcWeb.grpc.MethodDefinition",
namespace="<global>")
public interface MethodDefinition<TRequest,TResponse>
extends MethodDefinition
-
Method Summary
Methods inherited from interface io.deephaven.javascript.proto.dhinternal.grpcweb.service.MethodDefinition
getMethodName, getRequestType, getResponseType, getService, isRequestStream, isResponseStream, setMethodName, setRequestStream, setRequestType, setResponseStream, setResponseType, setService