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.
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()
 - Source
 - RequestBuilder.scala
 
- Alphabetic
 - By Inheritance
 
- StreamResponseRequestBuilder
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Abstract Value Members
-   abstract  def addHeader(key: String, value: ByteString): StreamResponseRequestBuilder[Req, Res]
Add a binary header, the same header key can be added multiple times with different values.
Add a binary header, the same header key can be added multiple times with different values.
- returns
 A new request builder, that will pass the added header to the server when invoked
 -   abstract  def addHeader(key: String, value: String): StreamResponseRequestBuilder[Req, Res]
Add a header, the value will be ASCII encoded, the same header key can be added multiple times with different values.
Add a header, the value will be ASCII encoded, the same header key can be added multiple times with different values.
- returns
 A new request builder, that will pass the added header to the server when invoked
 -   abstract  def invoke(request: Req): Source[Res, NotUsed]
Invoke the gRPC method with the additional metadata added
 -   abstract  def invokeWithMetadata(request: Req): Source[Res, CompletionStage[GrpcResponseMetadata]]
Invoke the gRPC method with the additional metadata added and provide access to response metadata
 -   abstract  def setDeadline(deadline: Duration): StreamResponseRequestBuilder[Req, Res]
Set the deadline for this call
Set the deadline for this call
- returns
 A new request builder, that will use the supplied deadline when invoked
 
Concrete Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)