Interface MethodDescriptor.Configurer<ReqT,​ResT>

  • Type Parameters:
    ReqT - request type
    ResT - response type
    All Known Implementing Classes:
    GrpcMetrics
    Enclosing class:
    MethodDescriptor<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 MethodDescriptor.Configurer<ReqT,​ResT>
    An interface implemented by classes that can configure a MethodDescriptor.Rules.