Packages

object Predef extends GrpcDsl with GrpcCheckSupport with StreamingCheckSupport with StatusSupport

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. StatusSupport
  3. StreamingCheckSupport
  4. GrpcCheckSupport
  5. GrpcDsl
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ManagedChannelBuilder = io.grpc.ManagedChannelBuilder[T] forSome {type T <: io.grpc.ManagedChannelBuilder[T]}
    Definition Classes
    GrpcDsl

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def $[T](name: String)(implicit arg0: ClassTag[T], arg1: NotNothing[T]): Expression[T]

    $("name") is a simpler alternative to the EL string "#{name}".

    $("name") is a simpler alternative to the EL string "#{name}". Unlike the EL string, this Expression does not do type casting (e.g. parsing a String to an Int).

    T

    expected type of the session attribute. Usually inferred by the compiler

    name

    name of the session attribute

    returns

    an Expression that retrieves the session attribute and checks its type

    Definition Classes
    GrpcDsl
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def ErrorOnly: StreamEndLog

    Passed to com.github.phisgr.gatling.grpc.action.StreamStartBuilder.streamEndLog Add the stream end event to the report only when an error occurred.

    Passed to com.github.phisgr.gatling.grpc.action.StreamStartBuilder.streamEndLog Add the stream end event to the report only when an error occurred.

    Definition Classes
    GrpcDsl
  6. def Never: StreamEndLog

    Passed to com.github.phisgr.gatling.grpc.action.StreamStartBuilder.streamEndLog Never add the stream end event to the report.

    Passed to com.github.phisgr.gatling.grpc.action.StreamStartBuilder.streamEndLog Never add the stream end event to the report.

    Definition Classes
    GrpcDsl
  7. def NextMessage: WaitType

    Passed to com.github.phisgr.gatling.grpc.request.ListeningStream.reconciliate or com.github.phisgr.gatling.grpc.request.BidiStream.complete.

    Passed to com.github.phisgr.gatling.grpc.request.ListeningStream.reconciliate or com.github.phisgr.gatling.grpc.request.BidiStream.complete. Suspends the execution of the virtual user until the next message arrives or the stream ends.

    Definition Classes
    GrpcDsl
  8. def StreamEnd: WaitType

    Passed to com.github.phisgr.gatling.grpc.request.ListeningStream.reconciliate or com.github.phisgr.gatling.grpc.request.BidiStream.complete.

    Definition Classes
    GrpcDsl
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. implicit def bidi(e: Expression[BidiStreamState]): BidiStatusSupport
    Definition Classes
    StatusSupport
  11. implicit def checkBuilder2GrpcCheck[A, P, ResOrAny, Res](checkBuilder: CheckBuilder[A, P])(implicit materializer: CheckMaterializer[A, GrpcCheck[ResOrAny], GrpcResponse[ResOrAny], P], contravarianceHelper: (GrpcCheck[ResOrAny]) => GrpcCheck[Res]): GrpcCheck[Res]
    Definition Classes
    GrpcCheckSupport
  12. implicit def checkBuilder2StreamCheck[A, P, Res](checkBuilder: CheckBuilder[A, P])(implicit materializer: CheckMaterializer[A, StreamCheck[Res], Res, P]): StreamCheck[Res]
    Definition Classes
    StreamingCheckSupport
  13. implicit def client(e: Expression[ClientStreamState]): ClientStatusSupport
    Definition Classes
    StatusSupport
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def dynamicChannel(channelAttributeName: String): DynamicGrpcProtocol

    Creates a GrpcProtocol that looks up a channel created at runtime.

    Creates a GrpcProtocol that looks up a channel created at runtime. The virtual user has to go through exec(com.github.phisgr.gatling.grpc.protocol.DynamicGrpcProtocol.setChannel) before running a gRPC action with .target(dynamicChannel)

    channelAttributeName

    The key in the session for storing the channel. Start it with "gatling." to stop it from being removed by Session.reset.

    returns

    a DynamicGrpcProtocol

    Definition Classes
    GrpcDsl
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def extract[T, X](f: (T) => Validation[Option[X]]): Find[ResponseExtract, T, X]
    Definition Classes
    GrpcCheckSupport
  19. def extractMultiple[T, X](f: (T) => Validation[Option[Seq[X]]]): Default[ResponseExtract, T, X]
    Definition Classes
    GrpcCheckSupport
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. implicit def findCheckBuilder2GrpcCheck[A, P, X, ResOrAny, Res](findCheckBuilder: Find[A, P, X])(implicit materializer: CheckMaterializer[A, GrpcCheck[ResOrAny], GrpcResponse[ResOrAny], P], contravarianceHelper: (GrpcCheck[ResOrAny]) => GrpcCheck[Res]): GrpcCheck[Res]
    Definition Classes
    GrpcCheckSupport
  22. implicit def findCheckBuilder2StreamCheck[A, P, X, Res](findCheckBuilder: Find[A, P, X])(implicit materializer: CheckMaterializer[A, StreamCheck[Res], Res, P]): StreamCheck[Res]
    Definition Classes
    StreamingCheckSupport
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def grpc(requestName: Expression[String]): Grpc
    Definition Classes
    GrpcDsl
  25. def grpc(channelBuilder: io.grpc.ManagedChannelBuilder[_]): StaticGrpcProtocol
    Definition Classes
    GrpcDsl
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def managedChannelBuilder(name: String, port: Int): ManagedChannelBuilder
    Definition Classes
    GrpcDsl
  29. def managedChannelBuilder(target: String): ManagedChannelBuilder
    Definition Classes
    GrpcDsl
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. implicit def resMat[Res]: CheckMaterializer[ResponseExtract, GrpcCheck[Res], GrpcResponse[Res], Res]
    Definition Classes
    GrpcCheckSupport
  34. implicit def server(e: Expression[ServerStreamState]): ServerStatusSupport
    Definition Classes
    StatusSupport
  35. implicit def someWrapper[T](value: T): SomeWrapper[T]

    Adds extension method .some to values, to convert a T to an Option[T]

    Adds extension method .some to values, to convert a T to an Option[T]

    Definition Classes
    GrpcCheckSupport
  36. val statusCode: Find[StatusExtract, Status, Code]
    Definition Classes
    GrpcCheckSupport
  37. val statusDescription: Find[StatusExtract, Status, String]
    Definition Classes
    GrpcCheckSupport
  38. implicit val statusMat: CheckMaterializer[StatusExtract, GrpcCheck[Any], GrpcResponse[Any], Status]
    Definition Classes
    GrpcCheckSupport
  39. implicit def streamResMat[Res]: CheckMaterializer[ResponseExtract, StreamCheck[Res], Res, Res]
    Definition Classes
    StreamingCheckSupport
  40. implicit val streamStatusMat: CheckMaterializer[StatusExtract, StreamCheck[GrpcStreamEnd], GrpcStreamEnd, Status]
    Definition Classes
    StreamingCheckSupport
  41. implicit val streamTrailersMat: CheckMaterializer[TrailersExtract, StreamCheck[GrpcStreamEnd], GrpcStreamEnd, Metadata]
    Definition Classes
    StreamingCheckSupport
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def trailer[T](key: Key[T]): Default[TrailersExtract, Metadata, T]
    Definition Classes
    GrpcCheckSupport
  45. implicit val trailersMat: CheckMaterializer[TrailersExtract, GrpcCheck[Any], GrpcResponse[Any], Metadata]
    Definition Classes
    GrpcCheckSupport
  46. implicit def validatorCheckBuilder2GrpcCheck[A, P, X, ResOrAny, Res](vCheckBuilder: Validate[A, P, X])(implicit materializer: CheckMaterializer[A, GrpcCheck[ResOrAny], GrpcResponse[ResOrAny], P], contravarianceHelper: (GrpcCheck[ResOrAny]) => GrpcCheck[Res]): GrpcCheck[Res]
    Definition Classes
    GrpcCheckSupport
  47. implicit def validatorCheckBuilder2StreamCheck[A, P, X, Res](vCheckBuilder: Validate[A, P, X])(implicit materializer: CheckMaterializer[A, StreamCheck[Res], Res, P]): StreamCheck[Res]
    Definition Classes
    StreamingCheckSupport
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StatusSupport

Inherited from StreamingCheckSupport

Inherited from GrpcCheckSupport

Inherited from GrpcDsl

Inherited from AnyRef

Inherited from Any

Ungrouped