c

io.gatling.javaapi.grpc

GrpcClientStreamingServiceBuilder

final class GrpcClientStreamingServiceBuilder[ReqT, RespT] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcClientStreamingServiceBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 asciiHeader(key: String, value: String): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  6. def asciiHeaders(map: Map[String, String]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  7. def awaitStreamEnd(): GrpcClientStreamAwaitStreamEndActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  8. def awaitStreamEnd(reconcile: BiFunction[Session, Session, Session]): GrpcClientStreamAwaitStreamEndActionBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  9. def binaryHeader(key: String, value: Array[Byte]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  10. def binaryHeaders(map: Map[String, Array[Byte]]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  11. def callCredentials(credentials: CallCredentials): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  12. def callCredentials(credentials: String): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  13. def callCredentials(credentials: Function[Session, CallCredentials]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  14. def cancel(): ActionBuilder
    Annotations
    @NonNull()
  15. def check(checks: List[CheckBuilder]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  16. def check(checks: <repeated...>[CheckBuilder]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def deadlineAfter(duration: Duration): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  19. def deadlineAfter(duration: Long): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def halfClose(): ActionBuilder
    Annotations
    @NonNull()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def header[T](key: Key[T], value: T): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def messageRequestName(messageRequestName: Function[Session, String]): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  28. def messageRequestName(messageRequestName: String): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  29. def messageResponseTimePolicy(messageResponseTimePolicy: MessageResponseTimePolicy): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  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. def send(request: Function[Session, ReqT]): ActionBuilder
    Annotations
    @NonNull()
  34. def send(request: ReqT): ActionBuilder
    Annotations
    @NonNull()
  35. def start(): ActionBuilder
    Annotations
    @NonNull()
  36. def streamName(streamName: String): GrpcClientStreamingServiceBuilder[ReqT, RespT]
    Annotations
    @NonNull()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped