final class SseMessageCheck extends AnyRef
DSL for building <a href="https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events">SSE checks
Immutable, so all methods return a new occurrence and leave the original unmodified.
- Alphabetic
- By Inheritance
- SseMessageCheck
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SseMessageCheck(wrapped: http.check.sse.SseMessageCheck)
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 asScala(): http.check.sse.SseMessageCheck
- def check(checks: List[CheckBuilder]): SseMessageCheck
Define the checks to apply on inbound messages
Define the checks to apply on inbound messages
- checks
the checks
- returns
a new SseMessageCheck instance
- Annotations
- @NonNull()
- def check(checks: <repeated...>[CheckBuilder]): SseMessageCheck
Define the checks to apply on inbound messages
Define the checks to apply on inbound messages
- checks
the checks
- returns
a new SseMessageCheck instance
- Annotations
- @NonNull()
- def checkIf(condition: BiFunction[String, Session, Boolean]): TypedCondition
Define the checks to apply on inbound messages when a condition holds true.
Define the checks to apply on inbound messages when a condition holds true.
- condition
a condition, expressed as a function that's aware of the HTTP response and the Session
- returns
the next DSL step
- def checkIf(condition: String): UntypedCondition
Define the checks to apply on inbound messages when a condition holds true.
Define the checks to apply on inbound messages when a condition holds true.
- condition
a condition, expressed as a Gatling Expression Language String
- returns
the next DSL step
- def checkIf(condition: Function[Session, Boolean]): UntypedCondition
Define the checks to apply on inbound messages when a condition holds true.
Define the checks to apply on inbound messages when a condition holds true.
- condition
a condition, expressed as a function
- returns
the next DSL step
- 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
- 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
- def matching(newMatchConditions: List[CheckBuilder]): SseMessageCheck
Define conditions that have to hold true to match inbound messages and apply the checks on them
Define conditions that have to hold true to match inbound messages and apply the checks on them
- newMatchConditions
the conditions to match
- returns
a new SseMessageCheck instance
- Annotations
- @NonNull()
- def matching(newMatchConditions: <repeated...>[CheckBuilder]): SseMessageCheck
Define conditions that have to hold true to match inbound messages and apply the checks on them
Define conditions that have to hold true to match inbound messages and apply the checks on them
- newMatchConditions
the conditions to match
- returns
a new SseMessageCheck instance
- Annotations
- @NonNull()
- 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 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()