c

akka.grpc.internal

ClientState

final class ClientState extends AnyRef

INTERNAL API

Deprecated: This class wraps a GrpcChannel for compatibility with clients generated by previous versions.

Annotations
@deprecated @InternalApi()
Deprecated

(Since version akka-grpc 2.1.5) Kept for binary compatibility between generated code and runtime

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

Instance Constructors

  1. new ClientState(settings: GrpcClientSettings, log: LoggingAdapter)(implicit sys: ClassicActorSystemProvider)
    Annotations
    @InternalStableApi()

Value Members

  1. def close(): Future[Done]
  2. def closeCS(): CompletionStage[Done]
  3. def closed(): Future[Done]
  4. def closedCS(): CompletionStage[Done]
  5. val internalChannel: InternalChannel