class BidiStreamCall[Req, Res] extends StreamCall[Req, Res, BidiStreamState] with ClientStreamer[Req]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BidiStreamCall
- ClientStreamer
- StreamCall
- Cancellable
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BidiStreamCall(requestName: String, streamName: String, call: ClientCall[Req, Any], headers: Metadata, ctx: ScenarioContext, eventExtractor: EventExtractor[Res], combine: SessionCombiner, startingSession: Session, checks: List[StreamCheck[Res]], endChecks: List[StreamCheck[GrpcStreamEnd]], reqClass: Class[Req], ignoreMessage: Boolean, logWhen: StreamEndLog)
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
- var _state: BidiStreamState
- Attributes
- protected
- Definition Classes
- StreamCall
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val call: ClientCall[Req, Any]
- Definition Classes
- StreamCall
- var callStartTime: Long
- Attributes
- protected
- Definition Classes
- StreamCall
- def cancel(mainSession: Session, next: Action): Unit
- Definition Classes
- StreamCall → Cancellable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def combineState(mainSession: Session, next: Action, waitType: WaitType): Unit
- Definition Classes
- StreamCall
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- 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()
- def onClientCompleted(session: Session, next: Action, waitType: WaitType): Validation[Unit]
- def onReq(req: Req): Validation[Unit]
- Definition Classes
- BidiStreamCall → ClientStreamer
- def onServerCompleted(grpcStatus: Status, trailers: Metadata, completeTimeMillis: Long): Unit
- Definition Classes
- StreamCall
- def state: BidiStreamState
- Definition Classes
- StreamCall
- var streamSession: Session
- Attributes
- protected
- Definition Classes
- StreamCall
- 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()