final class JmsProtocolBuilder extends ProtocolBuilder
DSL for building JMS Protocol configurations
Immutable, so all methods return a new occurrence and leave the original unmodified.
- Alphabetic
- By Inheritance
- JmsProtocolBuilder
- ProtocolBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JmsProtocolBuilder(wrapped: jms.protocol.JmsProtocolBuilder)
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 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()
- 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 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()
- 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()
- 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()
- 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()
- 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 protocol(): Protocol
- Definition Classes
- JmsProtocolBuilder → ProtocolBuilder
- Annotations
- @Override()
- def replyTimeout(timeout: Duration): JmsProtocolBuilder
Define a reply timeout
Define a reply timeout
- timeout
the timeout
- returns
a new instance
- Annotations
- @NonNull()
- def replyTimeout(timeout: Long): JmsProtocolBuilder
Define a reply timeout
Define a reply timeout
- timeout
the timeout in seconds
- returns
a new instance
- Annotations
- @NonNull()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def useNonPersistentDeliveryMode(): JmsProtocolBuilder
Use the non-persistent delivery mode
Use the non-persistent delivery mode
- returns
a new instance
- Annotations
- @NonNull()
- def usePersistentDeliveryMode(): JmsProtocolBuilder
Use the persistent delivery mode
Use the persistent delivery mode
- returns
a new instance
- Annotations
- @NonNull()
- 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()