Uses of Enum
io.grpc.MethodDescriptor.MethodType
Packages that use MethodDescriptor.MethodType
-
Uses of MethodDescriptor.MethodType in io.grpc
Fields in io.grpc declared as MethodDescriptor.MethodTypeModifier and TypeFieldDescriptionprivate MethodDescriptor.MethodType
MethodDescriptor.Builder.type
private final MethodDescriptor.MethodType
MethodDescriptor.type
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 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.MethodTypeModifierConstructorDescriptionprivate
MethodDescriptor
(MethodDescriptor.MethodType type, String fullMethodName, MethodDescriptor.Marshaller<ReqT> requestMarshaller, MethodDescriptor.Marshaller<RespT> responseMarshaller, Object schemaDescriptor, boolean idempotent, boolean safe, boolean sampledToLocalTracing)
MethodDescriptor.newBuilder()
.