Packages

package interceptors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object GrpcMethodInfo extends Serializable

Ungrouped