Uses of Enum
io.grpc.MethodDescriptor.MethodType
Packages that use MethodDescriptor.MethodType
-
Uses of MethodDescriptor.MethodType in io.grpc
Subclasses with type arguments of type MethodDescriptor.MethodType in io.grpcModifier and TypeClassDescriptionstatic enumThe call type of a method.Fields in io.grpc declared as MethodDescriptor.MethodTypeModifier and TypeFieldDescriptionprivate MethodDescriptor.MethodTypeMethodDescriptor.Builder.typeprivate final MethodDescriptor.MethodTypeMethodDescriptor.typeMethods in io.grpc that return MethodDescriptor.MethodTypeModifier and TypeMethodDescriptionMethodDescriptor.getType()The call type of the method.static MethodDescriptor.MethodTypeReturns the enum constant of this type with the specified name.static MethodDescriptor.MethodType[]MethodDescriptor.MethodType.values()Returns an array containing the constants of this enum type, 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.Constructors in io.grpc with parameters of type MethodDescriptor.MethodTypeModifierConstructorDescriptionprivateMethodDescriptor(MethodDescriptor.MethodType type, String fullMethodName, MethodDescriptor.Marshaller<ReqT> requestMarshaller, MethodDescriptor.Marshaller<RespT> responseMarshaller, Object schemaDescriptor, boolean idempotent, boolean safe, boolean sampledToLocalTracing)
MethodDescriptor.newBuilder().