Options
All
  • Public
  • Public/Protected
  • All
Menu

gRPC client creator for a service.

Hierarchy

  • GrpcClientCreator

Index

Methods

  • createClient(address?: string, credentials?: ChannelCredentials): GrpcClient
  • Create a new client for service.

    Parameters

    • Optional address: string

      the address for the service, or undefined if client is for another component in this Kalix Service

    • Optional credentials: ChannelCredentials

      the credentials for the connection

    Returns GrpcClient

    a new gRPC client for the service

Generated using TypeDoc