ClientState

akka.grpc.internal.ClientState
@InternalApi
final class ClientState

INTERNAL API

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

Attributes

Deprecated
true
Source:
ClientState.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

@InternalStableApi
def this(settings: GrpcClientSettings, log: LoggingAdapter)(implicit sys: ClassicActorSystemProvider)

Attributes

Source:
ClientState.scala

Concrete methods

def close(): Future[Done]

Attributes

Source:
ClientState.scala
def closeCS(): CompletionStage[Done]

Attributes

Source:
ClientState.scala
def closed(): Future[Done]

Attributes

Source:
ClientState.scala
def closedCS(): CompletionStage[Done]

Attributes

Source:
ClientState.scala

Concrete fields

@InternalStableApi

Attributes

Source:
ClientState.scala