class GrpcCallAction[Req, Res] extends UnaryResponse[Req, Res]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcCallAction
- UnaryResponse
- Call
- NameGen
- RequestAction
- ExitableAction
- ChainableAction
- Action
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GrpcCallAction(builder: GrpcCallActionBuilder[Req, Res], ctx: ScenarioContext, next: Action)
Type Members
- class ContinuingListener extends Listener[Any] with Runnable
After the call ends, onClose will be called, then the execution will continue at run in the session event loop and finally forward to the next action.
After the call ends, onClose will be called, then the execution will continue at run in the session event loop and finally forward to the next action.
See io.grpc.stub.ClientCalls.UnaryStreamToFuture
The headers object is read for logging after ClientCall.start. This is supposedly not safe. We are accessing it after the call closed, so let's hope nothing bad happens.
Value Members
- def !(session: Session): Unit
- Definition Classes
- ExitableAction → ChainableAction → Action
- 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
- val callOptions: Expression[CallOptions]
- Attributes
- protected
- Definition Classes
- Call
- val clock: Clock
- Definition Classes
- GrpcCallAction → ExitableAction
- 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
- def execute(session: Session): Unit
- Definition Classes
- RequestAction → Action
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def genName(base: String): String
- Definition Classes
- NameGen
- 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 lazyParseMethod: MethodDescriptor[Req, Any]
- Attributes
- protected
- Definition Classes
- Call
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- def loggingClass: Class[_]
- Definition Classes
- GrpcCallAction → UnaryResponse
- def mayNeedDelayedParsing: Boolean
- Attributes
- protected
- Definition Classes
- UnaryResponse → Call
- val name: String
- Definition Classes
- GrpcCallAction → Action
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def needParsed: Boolean
- Attributes
- protected
- Definition Classes
- UnaryResponse → Call
- def newCall(session: Session, callOptions: CallOptions): ClientCall[Req, Any]
- Attributes
- protected
- Definition Classes
- Call
- val next: Action
- Definition Classes
- GrpcCallAction → ChainableAction
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def recover(session: Session)(v: Validation[_]): Unit
- Definition Classes
- ChainableAction
- val requestName: Expression[String]
- Definition Classes
- GrpcCallAction → RequestAction
- def resolveHeaders(session: Session): Validation[Metadata]
- Attributes
- protected
- Definition Classes
- Call
- val resolvedChecks: List[GrpcCheck[Any]]
- Attributes
- protected
- Definition Classes
- UnaryResponse
- val responseMarshaller: Marshaller[Res]
- Attributes
- protected
- Definition Classes
- UnaryResponse
- def sendRequest(session: Session): Validation[Unit]
- Definition Classes
- GrpcCallAction → RequestAction
- val statsEngine: StatsEngine
- Definition Classes
- GrpcCallAction → ExitableAction
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Action → 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()