final class JmsBrowseSettings extends AnyRef
Settings for pekko.stream.connectors.jms.scaladsl.JmsConsumer.browse and pekko.stream.connectors.jms.javadsl.JmsConsumer.browse.
- Source
- JmsBrowseSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsBrowseSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- val acknowledgeMode: AcknowledgeMode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connectionFactory: ConnectionFactory
- val connectionRetrySettings: ConnectionRetrySettings
- val credentials: Option[Credentials]
- val destination: Option[Destination]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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()
- val selector: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- JmsBrowseSettings → 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()
- def withAcknowledgeMode(value: AcknowledgeMode): JmsBrowseSettings
Set an explicit acknowledge mode.
Set an explicit acknowledge mode. (Consumers have specific defaults.)
- def withConnectionFactory(value: ConnectionFactory): JmsBrowseSettings
Factory to use for creating JMS connections.
- def withConnectionRetrySettings(value: ConnectionRetrySettings): JmsBrowseSettings
Configure connection retrying.
- def withCredentials(value: Credentials): JmsBrowseSettings
Set JMS broker credentials.
- def withDestination(value: Destination): JmsBrowseSettings
Set a JMS to subscribe to.
Set a JMS to subscribe to. Allows for custom handling with CustomDestination.
- def withQueue(name: String): JmsBrowseSettings
Set a queue name to browse from.
- def withSelector(value: String): JmsBrowseSettings
JMS selector expression.
JMS selector expression.
- See also
https://docs.oracle.com/cd/E19798-01/821-1841/bncer/index.html