ClientState

@deprecated("Kept for binary compatibility between generated code and runtime", "akka-grpc 2.1.5") @InternalApi
final class ClientState

INTERNAL API

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

Deprecated
Source:
ClientState.scala
class Object
trait Matchable
class Any

Value members

Constructors

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

Concrete methods

def close(): Future[Done]
def closeCS(): CompletionStage[Done]
def closed(): Future[Done]
def closedCS(): CompletionStage[Done]

Concrete fields

@InternalStableApi