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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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