Packages

c

io.gatling.javaapi.jms

JmsProtocolBuilder

final class JmsProtocolBuilder extends ProtocolBuilder

DSL for building JMS Protocol configurations

Immutable, so all methods return a new occurrence and leave the original unmodified.

Linear Supertypes
ProtocolBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsProtocolBuilder
  2. ProtocolBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JmsProtocolBuilder(wrapped: jms.protocol.JmsProtocolBuilder)

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 credentials(user: String, password: String): JmsProtocolBuilder

    Define the connection credentials

    Define the connection credentials

    user

    the user

    password

    the password

    returns

    a new instance

    Annotations
    @NonNull()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def listenerThreadCount(threadCount: Int): JmsProtocolBuilder

    Define the number of listener threads

    Define the number of listener threads

    threadCount

    the number of threads

    returns

    a new instance

    Annotations
    @NonNull()
  13. def matchByCorrelationId(): JmsProtocolBuilder

    Match outbound and inbound messages based on correlationId

    Match outbound and inbound messages based on correlationId

    returns

    a new instance

    Annotations
    @NonNull()
  14. def matchByMessageId(): JmsProtocolBuilder

    Match outbound and inbound messages based on messageId

    Match outbound and inbound messages based on messageId

    returns

    a new instance

    Annotations
    @NonNull()
  15. def messageMatcher(matcher: JmsMessageMatcher): JmsProtocolBuilder

    Provide a custom message matcher

    Provide a custom message matcher

    matcher

    the custom message matcher

    returns

    a new instance

    Annotations
    @NonNull()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def protocol(): Protocol
    Definition Classes
    JmsProtocolBuilder → ProtocolBuilder
    Annotations
    @Override()
  20. def replyTimeout(timeout: Duration): JmsProtocolBuilder

    Define a reply timeout

    Define a reply timeout

    timeout

    the timeout

    returns

    a new instance

    Annotations
    @NonNull()
  21. def replyTimeout(timeout: Long): JmsProtocolBuilder

    Define a reply timeout

    Define a reply timeout

    timeout

    the timeout in seconds

    returns

    a new instance

    Annotations
    @NonNull()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def useNonPersistentDeliveryMode(): JmsProtocolBuilder

    Use the non-persistent delivery mode

    Use the non-persistent delivery mode

    returns

    a new instance

    Annotations
    @NonNull()
  25. def usePersistentDeliveryMode(): JmsProtocolBuilder

    Use the persistent delivery mode

    Use the persistent delivery mode

    returns

    a new instance

    Annotations
    @NonNull()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. 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 ProtocolBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped