Uses of Enum Class
io.grpc.MethodDescriptor.MethodType
Packages that use MethodDescriptor.MethodType
-
Uses of MethodDescriptor.MethodType in io.grpc
Methods in io.grpc that return MethodDescriptor.MethodTypeModifier and TypeMethodDescriptionMethodDescriptor.getType()
The call type of the method.static MethodDescriptor.MethodType
Returns the enum constant of this class with the specified name.static MethodDescriptor.MethodType[]
MethodDescriptor.MethodType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc with parameters of type MethodDescriptor.MethodTypeModifier and TypeMethodDescriptionstatic <RequestT,
ResponseT>
MethodDescriptor<RequestT, ResponseT> MethodDescriptor.create
(MethodDescriptor.MethodType type, String fullMethodName, MethodDescriptor.Marshaller<RequestT> requestMarshaller, MethodDescriptor.Marshaller<ResponseT> responseMarshaller) Deprecated.MethodDescriptor.Builder.setType
(MethodDescriptor.MethodType type) Sets the method type.
MethodDescriptor.newBuilder()
.