akka.grpc

package akka.grpc

Members list

Concise view

Type members

Classlikes

final class GrpcChannel

Attributes

Companion:
object
Source:
GrpcChannel.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
GrpcChannel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class GrpcClientCloseException() extends IllegalStateException

Thrown if close() is called on a client that uses a shared channel.

Thrown if close() is called on a client that uses a shared channel.

Attributes

Source:
GrpcClientCloseException.scala
Graph
Supertypes
class IllegalStateException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
GrpcClientSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
@ApiMayChange
final class GrpcClientSettings

Attributes

Companion:
object
Source:
GrpcClientSettings.scala
Graph
Supertypes
class Object
trait Matchable
class Any

A variant of the gRPC protocol - e.g. gRPC and gRPC-Web

A variant of the gRPC protocol - e.g. gRPC and gRPC-Web

Attributes

Companion:
object
Source:
GrpcProtocol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
@InternalApi

INTERNAL API

INTERNAL API

Core definitions for gRPC protocols.

Attributes

Companion:
trait
Source:
GrpcProtocol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
@DoNotInherit @ApiMayChange

Represents the metadata related to a gRPC call with a streaming response

Represents the metadata related to a gRPC call with a streaming response

Not for user extension

Attributes

Source:
GrpcClientResponse.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
class
Source:
GrpcServiceException.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
@ApiMayChange
class GrpcServiceException(val status: Status, val metadata: Metadata) extends StatusRuntimeException

Attributes

Companion:
object
Source:
GrpcServiceException.scala
Graph
Supertypes
class StatusRuntimeException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
@DoNotInherit

Represents the metadata related to a gRPC call with a single response value

Represents the metadata related to a gRPC call with a single response value

Not for user extension

Attributes

Source:
GrpcClientResponse.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Source:
ProtobufSerializer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source:
SSLContextUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
@ApiMayChange

Attributes

Source:
ServiceDescription.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
@ApiMayChange
class Trailers(val status: Status, val metadata: Metadata)

Attributes

Companion:
object
Source:
Trailers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Trailers

Attributes

Companion:
class
Source:
Trailers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type