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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sse
  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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): ActionBuilder

    Create an action to close the stream

    Create an action to close the stream

    returns

    an ActionBuilder

    Annotations
    @NonNull()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. 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()
  10. 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()
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. 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()
  18. 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()
  19. def setCheck(): SseSetCheckActionBuilder

    Boostrap an action to set a check

    Boostrap an action to set a check

    returns

    the next DSL step

    Annotations
    @NonNull()
  20. 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()
  21. 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()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. 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