Click or drag to resize

GrpcViewsClientFactory Class

This client class is used to make a connection to a views service through grpc and to add the necessary CanaryJwt tokens to the call metadata. This metadata should be transparent to all client users as it is added by an interceptor when the channel is created.
Inheritance Hierarchy
SystemObject
  Canary.Axiom.Shared.GrpcViewsGrpcViewsClientFactory

Namespace: Canary.Axiom.Shared.GrpcViews
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public class GrpcViewsClientFactory

The GrpcViewsClientFactory type exposes the following members.

Constructors
 NameDescription
Public methodGrpcViewsClientFactoryInitializes a new instance of the GrpcViewsClientFactory class
Top
Methods
 NameDescription
Public methodStatic memberCreateClient 
Top
See Also