final class Sse extends AnyRef
DSL for building <a href="https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events">SSE configurations
Immutable, so all methods return a new occurrence and leave the original unmodified.
- Alphabetic
- By Inheritance
- Sse
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): ActionBuilder
Create an action to close the stream
Create an action to close the stream
- returns
an ActionBuilder
- Annotations
- @NonNull()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(url: Function[Session, String]): SseConnectActionBuilder
Boostrap an action to connect the SSE with a GET request
Boostrap an action to connect the SSE with a GET request
- url
the url to connect to, expressed as a Gatling Expression Language String
- returns
the next DSL step
- Annotations
- @NonNull()
- def get(url: String): SseConnectActionBuilder
Boostrap an action to connect the SSE with a GET request
Boostrap an action to connect the SSE with a GET request
- url
the url to connect to, expressed as a Gatling Expression Language String
- returns
the next DSL step
- Annotations
- @NonNull()
- 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
- 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()
- def post(url: Function[Session, String]): SseConnectActionBuilder
Boostrap an action to connect the SSE with a POST request
Boostrap an action to connect the SSE with a POST request
- url
the url to connect to, expressed as a Gatling Expression Language String
- returns
the next DSL step
- Annotations
- @NonNull()
- def post(url: String): SseConnectActionBuilder
Boostrap an action to connect the SSE with a POST request
Boostrap an action to connect the SSE with a POST request
- url
the url to connect to, expressed as a Gatling Expression Language String
- returns
the next DSL step
- Annotations
- @NonNull()
- def setCheck(): SseSetCheckActionBuilder
Boostrap an action to set a check
Boostrap an action to set a check
- returns
the next DSL step
- Annotations
- @NonNull()
- def sseName(sseName: Function[Session, String]): Sse
Define a custom stream name so multiple SSEs for the same virtual users don't conflict
Define a custom stream name so multiple SSEs for the same virtual users don't conflict
- sseName
the name, expressed as a function
- returns
a new Sse instance
- Annotations
- @NonNull()
- def sseName(sseName: String): Sse
Define a custom stream name so multiple SSEs for the same virtual users don't conflict
Define a custom stream name so multiple SSEs for the same virtual users don't conflict
- sseName
the name, expressed as a Gatling Expression Language String
- returns
a new Sse instance
- Annotations
- @NonNull()
- 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()