Interface GrpcInterceptorProvider


public interface GrpcInterceptorProvider
Provider of custom gRPC ClientInterceptors.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.grpc.ClientInterceptor>
    Get the list of client interceptors.
  • Method Details

    • getInterceptors

      List<io.grpc.ClientInterceptor> getInterceptors()
      Get the list of client interceptors.
      Returns:
      interceptors