final class GrpcChannel extends AnyRef
- Source
- GrpcChannel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcChannel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
close(): Future[Done]
Scala API: Initiates a shutdown in which preexisting and new calls are cancelled.
-
def
closeCS(): CompletionStage[Done]
Java API: Initiates a shutdown in which preexisting and new calls are cancelled.
-
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.
-
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.
- val internalChannel: InternalChannel
- val settings: GrpcClientSettings