Interface GrpcMethodDescriptor.Configurer<ReqT,ResT>

Type Parameters:
ReqT - request type
ResT - response type
Enclosing class:
GrpcMethodDescriptor<ReqT,ResT>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GrpcMethodDescriptor.Configurer<ReqT,ResT>
An interface implemented by classes that can configure a GrpcMethodDescriptor.Rules.