trait UnaryResponseBuilder[Self, Req, Res] extends CallDefinition[Self, Req, Res]
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryResponseBuilder
- CallDefinition
- ActionBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Check[T] = GrpcCheck[T]
- Definition Classes
- UnaryResponseBuilder → CallDefinition
- type Wrap[T] = GrpcResponse[T]
Wraps around
Resfor checking.Wraps around
Resfor checking.GrpcResponse[Res](which includes status and trailers) for client streams and unary calls; simplyResfor server and bidi-streams.- Definition Classes
- UnaryResponseBuilder → CallDefinition
Abstract Value Members
- abstract def build(ctx: ScenarioContext, next: Action): Action
- Definition Classes
- ActionBuilder
- abstract def check(checks: Check[Res]*): Self
- Definition Classes
- CallDefinition
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 callOptions(callOptions: => CallOptions): Self
Sets call options of the call.
Sets call options of the call.
- callOptions
is a call-by-name param, it will be run every time the call is executed.
- returns
a new GrpcCallActionBuilder
- Definition Classes
- CallDefinition
- def callOptions(callOptions: Expression[CallOptions]): Self
- Definition Classes
- CallDefinition
- def checkIf(condition: (Wrap[Res], Session) => Validation[Boolean])(thenChecks: Check[Res]*): Self
- Definition Classes
- CallDefinition
- def checkIf(condition: Expression[Boolean])(thenChecks: Check[Res]*): Self
- Definition Classes
- CallDefinition
- 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 extract[X](f: (Res) => Validation[Option[X]])(ts: (Find[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- def extractIf[X](condition: (Wrap[Res], Session) => Validation[Boolean])(f: (Res) => Validation[Option[X]])(ts: (Find[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- def extractIf[X](condition: Expression[Boolean])(f: (Res) => Validation[Option[X]])(ts: (Find[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- def extractMultiple[X](f: (Res) => Validation[Option[Seq[X]]])(ts: (MultipleFind[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- def extractMultipleIf[X](condition: (Wrap[Res], Session) => Validation[Boolean])(f: (Res) => Validation[Option[Seq[X]]])(ts: (MultipleFind[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- def extractMultipleIf[X](condition: Expression[Boolean])(f: (Res) => Validation[Option[Seq[X]]])(ts: (MultipleFind[ResponseExtract, Res, X]) => Check[Res]*): Self
- Definition Classes
- CallDefinition
- 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()
- def header[T](key: Key[T])(value: Expression[T]): Self
- Definition Classes
- CallDefinition
- 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 target(protocol: GrpcProtocol): Self
- Definition Classes
- CallDefinition
- 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()