class JmsRequestReplyActionBuilder extends ActionBuilder
DSL for building request-reply actions.
Immutable, so all methods return a new occurrence and leave the original unmodified.
- Alphabetic
- By Inheritance
- JmsRequestReplyActionBuilder
- ActionBuilder
- Executable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JmsRequestReplyActionBuilder(wrapped: RequestReplyDslBuilder)
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(): ActionBuilder
- Definition Classes
- JmsRequestReplyActionBuilder → ActionBuilder
- Annotations
- @Override()
- def check(checks: List[CheckBuilder]): JmsRequestReplyActionBuilder
Define some checks
Define some checks
- checks
the checks
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def check(checks: <repeated...>[CheckBuilder]): JmsRequestReplyActionBuilder
Define some checks
Define some checks
- checks
the checks
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def checkIf(condition: BiFunction[Message, Session, Boolean]): TypedCondition
Define some checks to be applied only if some condition holds true
Define some checks to be applied only if some condition holds true
- condition
the condition, expressed as a function that's aware of the JMS Message and the Session
- returns
the next DSL step
- Annotations
- @NonNull()
- def checkIf(condition: Function[Session, Boolean]): UntypedCondition
Define some checks to be applied only if some condition holds true
Define some checks to be applied only if some condition holds true
- condition
the condition, expressed as a function
- returns
the next DSL step
- Annotations
- @NonNull()
- def checkIf(condition: String): UntypedCondition
Define some checks to be applied only if some condition holds true
Define some checks to be applied only if some condition holds true
- condition
the condition, expressed as a Gatling Expression Language String
- returns
the next DSL step
- Annotations
- @NonNull()
- 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 jmsType(jmsType: Function[Session, String]): JmsRequestReplyActionBuilder
Set the JMS type
Set the JMS type
- jmsType
the JMS type value, expressed as a function
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def jmsType(jmsType: String): JmsRequestReplyActionBuilder
Set the JMS type
Set the JMS type
- jmsType
the JMS type value, expressed as a Gatling Expression Language String
- returns
a new JmsRequestReplyActionBuilder 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()
- def property(key: Function[Session, String], value: Function[Session, AnyRef]): JmsRequestReplyActionBuilder
Set a property
Set a property
- key
the property key, expressed as a function
- value
the property value, expressed as a function
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def property(key: String, value: Function[Session, AnyRef]): JmsRequestReplyActionBuilder
Set a property
Set a property
- key
the property key, expressed as a Gatling Expression Language String
- value
the property value, expressed as a function
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def property(key: Function[Session, String], value: String): JmsRequestReplyActionBuilder
Set a property
Set a property
- key
the property key, expressed as a function
- value
the property value, expressed as a Gatling Expression Language String
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- def property(key: String, value: String): JmsRequestReplyActionBuilder
Set a property
Set a property
- key
the property key, expressed as a Gatling Expression Language String
- value
the property value, expressed as a Gatling Expression Language String
- returns
a new JmsRequestReplyActionBuilder instance
- Annotations
- @NonNull()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toChainBuilder(): ChainBuilder
- Definition Classes
- ActionBuilder → Executable
- 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()