t

com.github.phisgr.gatling.grpc.action

StreamStartBuilder

trait StreamStartBuilder[Self, Req, Res] extends CallDefinition[Self, Req, Res]

Linear Supertypes
CallDefinition[Self, Req, Res], ActionBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamStartBuilder
  2. CallDefinition
  3. ActionBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Check[T] = StreamCheck[T]
    Definition Classes
    StreamStartBuilderCallDefinition
  2. type Wrap[T] = T

    Wraps around Res for checking.

    Wraps around Res for checking. GrpcResponse[Res] (which includes status and trailers) for client streams and unary calls; simply Res for server and bidi-streams.

    Definition Classes
    StreamStartBuilderCallDefinition

Abstract Value Members

  1. abstract def build(ctx: ScenarioContext, next: Action): Action
    Definition Classes
    ActionBuilder
  2. abstract def check(checks: Check[Res]*): Self
    Definition Classes
    CallDefinition
  3. abstract def endCheck(value: StreamCheck[GrpcStreamEnd]*): Self
  4. abstract def eventExtractor(extractor: EventExtractor[Res]): Self
  5. abstract def sessionCombiner(sessionCombiner: SessionCombiner): Self
  6. abstract def streamEndLog(logWhen: StreamEndLog): Self

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. 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
  6. def callOptions(callOptions: Expression[CallOptions]): Self
    Definition Classes
    CallDefinition
  7. def checkIf(condition: (Wrap[Res], Session) => Validation[Boolean])(thenChecks: Check[Res]*): Self
    Definition Classes
    CallDefinition
  8. def checkIf(condition: Expression[Boolean])(thenChecks: Check[Res]*): Self
    Definition Classes
    CallDefinition
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def endCheckIf(condition: (GrpcStreamEnd, Session) => Validation[Boolean])(endChecks: StreamCheck[GrpcStreamEnd]*): Self
  11. def endCheckIf(condition: Expression[Boolean])(endChecks: StreamCheck[GrpcStreamEnd]*): Self
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def extract[X](f: (Res) => Validation[Option[X]])(ts: (Find[ResponseExtract, Res, X]) => Check[Res]*): Self
    Definition Classes
    CallDefinition
  15. 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
  16. def extractIf[X](condition: Expression[Boolean])(f: (Res) => Validation[Option[X]])(ts: (Find[ResponseExtract, Res, X]) => Check[Res]*): Self
    Definition Classes
    CallDefinition
  17. def extractMultiple[X](f: (Res) => Validation[Option[Seq[X]]])(ts: (MultipleFind[ResponseExtract, Res, X]) => Check[Res]*): Self
    Definition Classes
    CallDefinition
  18. 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
  19. def extractMultipleIf[X](condition: Expression[Boolean])(f: (Res) => Validation[Option[Seq[X]]])(ts: (MultipleFind[ResponseExtract, Res, X]) => Check[Res]*): Self
    Definition Classes
    CallDefinition
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def header[T](key: Key[T])(value: Expression[T]): Self
    Definition Classes
    CallDefinition
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def target(protocol: GrpcProtocol): Self
    Definition Classes
    CallDefinition
  30. def timestampExtractor(extractor: TimestampExtractor[Res]): Self
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CallDefinition[Self, Req, Res]

Inherited from ActionBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped