final class GrpcChannel extends AnyRef

Source
GrpcChannel.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcChannel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def close(): Future[Done]

    Scala API: Initiates a shutdown in which preexisting and new calls are cancelled.

  2. def closeCS(): CompletionStage[Done]

    Java API: Initiates a shutdown in which preexisting and new calls are cancelled.

  3. def closed(): Future[Done]

    Scala API: Returns a Future that completes successfully when channel is shut down via close() or exceptionally if a connection cannot be established or reestablished after maxConnectionAttempts.

  4. def closedCS(): CompletionStage[Done]

    Java API: Returns a CompletionStage that completes successfully when channel is shut down via close(), or exceptionally if connection cannot be established or reestablished after maxConnectionAttempts.

  5. val internalChannel: InternalChannel
  6. val settings: GrpcClientSettings