class GrpcCallAction[Req, Res] extends UnaryResponse[Req, Res]

Linear Supertypes
UnaryResponse[Req, Res], Call[Req, Res], NameGen, RequestAction, ExitableAction, ChainableAction, Action, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcCallAction
  2. UnaryResponse
  3. Call
  4. NameGen
  5. RequestAction
  6. ExitableAction
  7. ChainableAction
  8. Action
  9. StrictLogging
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcCallAction(builder: GrpcCallActionBuilder[Req, Res], ctx: ScenarioContext, next: Action)

Type Members

  1. 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

  1. def !(session: Session): Unit
    Definition Classes
    ExitableAction → ChainableAction → Action
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val callOptions: Expression[CallOptions]
    Attributes
    protected
    Definition Classes
    Call
  7. val clock: Clock
    Definition Classes
    GrpcCallAction → ExitableAction
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def execute(session: Session): Unit
    Definition Classes
    RequestAction → Action
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def genName(base: String): String
    Definition Classes
    NameGen
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val lazyParseMethod: MethodDescriptor[Req, Any]
    Attributes
    protected
    Definition Classes
    Call
  18. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. def loggingClass: Class[_]
    Definition Classes
    GrpcCallActionUnaryResponse
  20. def mayNeedDelayedParsing: Boolean
    Attributes
    protected
    Definition Classes
    UnaryResponseCall
  21. val name: String
    Definition Classes
    GrpcCallAction → Action
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def needParsed: Boolean
    Attributes
    protected
    Definition Classes
    UnaryResponseCall
  24. def newCall(session: Session, callOptions: CallOptions): ClientCall[Req, Any]
    Attributes
    protected
    Definition Classes
    Call
  25. val next: Action
    Definition Classes
    GrpcCallAction → ChainableAction
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def recover(session: Session)(v: Validation[_]): Unit
    Definition Classes
    ChainableAction
  29. val requestName: Expression[String]
    Definition Classes
    GrpcCallAction → RequestAction
  30. def resolveHeaders(session: Session): Validation[Metadata]
    Attributes
    protected
    Definition Classes
    Call
  31. val resolvedChecks: List[GrpcCheck[Any]]
    Attributes
    protected
    Definition Classes
    UnaryResponse
  32. val responseMarshaller: Marshaller[Res]
    Attributes
    protected
    Definition Classes
    UnaryResponse
  33. def sendRequest(session: Session): Validation[Unit]
    Definition Classes
    GrpcCallAction → RequestAction
  34. val statsEngine: StatsEngine
    Definition Classes
    GrpcCallAction → ExitableAction
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Action → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from UnaryResponse[Req, Res]

Inherited from Call[Req, Res]

Inherited from NameGen

Inherited from RequestAction

Inherited from ExitableAction

Inherited from ChainableAction

Inherited from Action

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped