Package io.github.microcks.util.grpc


package io.github.microcks.util.grpc
  • Classes
    Class
    Description
    A GRPC HandlerRegistry that delegates server calls handling to GrpcServerCallHandler.
    This is starter component for building, starting and managing shutdown of a GRPC server handling mock calls.
    An extension of AbstractTestRunner that deals with GRPC calls.
    Helper class containing utility methods related to Grpc/Protobuf decriptors.
    An implementation of MockRepositoryImporter that deals with Protobuf v3 specification documents.
    A GRPC CallCredentials implementation adding token (Bearer or custom type) as call header.