@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/2600")
public final class TestMethodDescriptors
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor.Marshaller<java.lang.Void> |
voidMarshaller()
Creates a new marshaller that does nothing.
|
static io.grpc.MethodDescriptor<java.lang.Void,java.lang.Void> |
voidMethod()
Creates a new method descriptor that always creates zero length messages, and always parses to
null objects.
|
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/2600") public static io.grpc.MethodDescriptor<java.lang.Void,java.lang.Void> voidMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/2600") public static io.grpc.MethodDescriptor.Marshaller<java.lang.Void> voidMarshaller()