package interceptors
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class GrpcMethodInfo(serviceName: String, fullMethodName: String, methodName: String, type: MethodType) extends Product with Serializable
This model encapsulates a friendly representation of an RPC
io.grpc.MethodDescriptor.This model encapsulates a friendly representation of an RPC
io.grpc.MethodDescriptor.- serviceName
Service name owning the method.
- fullMethodName
Service full name, in format
full.serviceName/MethodName.- methodName
Just the method name.
Value Members
- object GrpcMethodInfo extends Serializable