abstract class UnaryResponse[Req, Res] extends Call[Req, Res]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryResponse
- Call
- NameGen
- RequestAction
- ExitableAction
- ChainableAction
- Action
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnaryResponse(builder: UnaryResponseBuilder[_, Req, Res], ctx: ScenarioContext)
- new UnaryResponse(resolvedChecks: List[GrpcCheck[Any]], callAttributes: CallAttributes, method: MethodDescriptor[Req, Res], ctx: ScenarioContext)
Abstract Value Members
- abstract def clock: Clock
- Definition Classes
- ExitableAction
- abstract def loggingClass: Class[_]
- Attributes
- protected
- abstract def name: String
- Definition Classes
- Action
- abstract def next: Action
- Definition Classes
- ChainableAction
- abstract def requestName: Expression[String]
- Definition Classes
- RequestAction
- abstract def sendRequest(session: Session): Validation[Unit]
- Definition Classes
- RequestAction
- abstract def statsEngine: StatsEngine
- Definition Classes
- ExitableAction
Concrete 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
- 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 mayNeedDelayedParsing: Boolean
- Attributes
- protected
- Definition Classes
- UnaryResponse → Call
- 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
- 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
- def resolveHeaders(session: Session): Validation[Metadata]
- Attributes
- protected
- Definition Classes
- Call
- val resolvedChecks: List[GrpcCheck[Any]]
- Attributes
- protected
- val responseMarshaller: Marshaller[Res]
- Attributes
- protected
- 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()