p

akka.grpc

javadsl

package javadsl

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

Type Members

  1. trait AkkaGrpcClient extends AnyRef

    Common trait of all generated Akka gRPC clients.

    Common trait of all generated Akka gRPC clients. Not for user extension.

    Annotations
    @DoNotInherit()
  2. trait BytesEntry extends MetadataEntry

    Represents a binary metadata entry.

    Represents a binary metadata entry.

    Annotations
    @DoNotInherit()
  3. class GoogleProtobufSerializer[T <: Message] extends ProtobufSerializer[T]
    Annotations
    @ApiMayChange()
  4. trait Metadata extends AnyRef

    Immutable representation of the metadata in a call

    Immutable representation of the metadata in a call

    Not for user extension

    Annotations
    @DoNotInherit() @ApiMayChange()
  5. class MetadataBuilder extends AnyRef

    This class provides an interface for constructing immutable Metadata instances.

    This class provides an interface for constructing immutable Metadata instances.

    Annotations
    @ApiMayChange()
  6. trait MetadataEntry extends AnyRef

    Represents metadata entry.

    Represents metadata entry.

    Annotations
    @DoNotInherit() @ApiMayChange()
  7. trait SingleResponseRequestBuilder[Req, Res] extends AnyRef

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Instances are immutable so can be shared and re-used but are backed by the client that created the instance, so if that is stopped the invocations will fail.

    Not for user extension

    Annotations
    @DoNotInherit() @ApiMayChange()
  8. trait StreamResponseRequestBuilder[Req, Res] extends AnyRef

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Instances are immutable so can be shared and re-used but are backed by the client that created the instance, so if that is stopped the invocations will fail.

    Not for user extension

    Annotations
    @DoNotInherit() @ApiMayChange()
  9. trait StringEntry extends MetadataEntry

    Represents a text metadata entry.

    Represents a text metadata entry.

    Annotations
    @DoNotInherit()

Value Members

  1. def japiFunction[A, B](f: (A) ⇒ B): Function[A, B]

    Helper for creating akka.japi.function.Function instances from Scala functions as Scala 2.11 does not know about SAMs.

  2. def javaFunction[A, B](f: (A) ⇒ B): Function[A, B]

    Helper for creating java.util.function.Function instances from Scala functions as Scala 2.11 does not know about SAMs.

  3. def scalaAnonymousPartialFunction[A, B, C](f: Function[A, Function[B, C]]): (A) ⇒ PartialFunction[B, C]

    Helper for creating Scala anonymous partial functions from akka.japi.Function instances as Scala 2.11 does not know about SAMs.

  4. def scalaPartialFunction[A, B](f: Function[A, B]): PartialFunction[A, B]

    Helper for creating Scala partial functions from akka.japi.Function instances as Scala 2.11 does not know about SAMs.

  5. object GrpcExceptionHandler
    Annotations
    @ApiMayChange()
  6. object GrpcMarshalling
  7. object MetadataBuilder
    Annotations
    @ApiMayChange()
  8. object ServerReflection
    Annotations
    @ApiMayChange()
  9. object ServiceHandler
    Annotations
    @ApiMayChange()
  10. object WebHandler
    Annotations
    @ApiMayChange()

Inherited from AnyRef

Inherited from Any

Ungrouped