Interface GrpcTransportFactory

Factory for creating gRPC transports.

Hierarchy

  • GrpcTransportFactory

Accessors

Methods

Accessors

  • get supportsClientStreaming(): boolean
  • Return true to signal that created transports may have sendMessage called on it more than once before finishSend should be called.

    Returns boolean

    true to signal that the implementation can stream multiple messages, false otherwise indicating that Open/Next gRPC calls should be used

Methods