c

akka.grpc.internal

InternalChannel

abstract class InternalChannel extends AnyRef

INTERNAL API

Annotations
@InternalApi()
Source
InternalChannel.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalChannel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalChannel()

Abstract Value Members

  1. abstract def done: Future[Done]
  2. abstract def invoke[I, O](request: I, headers: MetadataImpl, descriptor: MethodDescriptor[I, O], options: CallOptions): Future[O]
  3. abstract def invokeWithMetadata[I, O](source: Source[I, NotUsed], headers: MetadataImpl, descriptor: MethodDescriptor[I, O], streamingResponse: Boolean, options: CallOptions): Source[O, Future[GrpcResponseMetadata]]
  4. abstract def invokeWithMetadata[I, O](request: I, headers: MetadataImpl, descriptor: MethodDescriptor[I, O], options: CallOptions): Future[GrpcSingleResponse[O]]
  5. abstract def shutdown(): Unit