Types

Link copied to clipboard
class CommittableBytesMessage(inner: BytesMessage, coAcknowledge: suspend () -> Unit) : CommittableMessage, BytesMessage
Link copied to clipboard
class CommittableMapMessage(inner: MapMessage, coAcknowledge: suspend () -> Unit) : CommittableMessage, MapMessage
Link copied to clipboard
class CommittableObjectMessage(inner: ObjectMessage, coAcknowledge: suspend () -> Unit) : CommittableMessage, ObjectMessage
Link copied to clipboard
class CommittableTextMessage(inner: TextMessage, coAcknowledge: suspend () -> Unit) : CommittableMessage, TextMessage
Link copied to clipboard
object Companion
Link copied to clipboard
class DefaultMessage(inner: Message, coAcknowledge: suspend () -> Unit) : CommittableMessage, Message

Functions

Link copied to clipboard
abstract fun acknowledge()
Link copied to clipboard
abstract fun clearBody()
Link copied to clipboard
abstract fun clearProperties()
Link copied to clipboard
suspend fun coAcknowledge()
Link copied to clipboard
abstract fun <T : Any> getBody(p0: Class<T>): T
Link copied to clipboard
abstract fun getBooleanProperty(p0: String): Boolean
Link copied to clipboard
abstract fun getByteProperty(p0: String): Byte
Link copied to clipboard
abstract fun getDoubleProperty(p0: String): Double
Link copied to clipboard
abstract fun getFloatProperty(p0: String): Float
Link copied to clipboard
abstract fun getIntProperty(p0: String): Int
Link copied to clipboard
abstract fun getJMSCorrelationID(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getJMSDeliveryMode(): Int
Link copied to clipboard
abstract fun getJMSDeliveryTime(): Long
Link copied to clipboard
abstract fun getJMSDestination(): Destination
Link copied to clipboard
abstract fun getJMSExpiration(): Long
Link copied to clipboard
abstract fun getJMSMessageID(): String
Link copied to clipboard
abstract fun getJMSPriority(): Int
Link copied to clipboard
abstract fun getJMSRedelivered(): Boolean
Link copied to clipboard
abstract fun getJMSReplyTo(): Destination
Link copied to clipboard
abstract fun getJMSTimestamp(): Long
Link copied to clipboard
abstract fun getJMSType(): String
Link copied to clipboard
abstract fun getLongProperty(p0: String): Long
Link copied to clipboard
abstract fun getObjectProperty(p0: String): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getShortProperty(p0: String): Short
Link copied to clipboard
abstract fun getStringProperty(p0: String): String
Link copied to clipboard
abstract fun isBodyAssignableTo(p0: Class<Any>): Boolean
Link copied to clipboard
abstract fun propertyExists(p0: String): Boolean
Link copied to clipboard
abstract fun setBooleanProperty(p0: String, p1: Boolean)
Link copied to clipboard
abstract fun setByteProperty(p0: String, p1: Byte)
Link copied to clipboard
abstract fun setDoubleProperty(p0: String, p1: Double)
Link copied to clipboard
abstract fun setFloatProperty(p0: String, p1: Float)
Link copied to clipboard
abstract fun setIntProperty(p0: String, p1: Int)
Link copied to clipboard
abstract fun setJMSCorrelationID(p0: String)
Link copied to clipboard
Link copied to clipboard
abstract fun setJMSDeliveryMode(p0: Int)
Link copied to clipboard
abstract fun setJMSDeliveryTime(p0: Long)
Link copied to clipboard
abstract fun setJMSDestination(p0: Destination)
Link copied to clipboard
abstract fun setJMSExpiration(p0: Long)
Link copied to clipboard
abstract fun setJMSMessageID(p0: String)
Link copied to clipboard
abstract fun setJMSPriority(p0: Int)
Link copied to clipboard
abstract fun setJMSRedelivered(p0: Boolean)
Link copied to clipboard
abstract fun setJMSReplyTo(p0: Destination)
Link copied to clipboard
abstract fun setJMSTimestamp(p0: Long)
Link copied to clipboard
abstract fun setJMSType(p0: String)
Link copied to clipboard
abstract fun setLongProperty(p0: String, p1: Long)
Link copied to clipboard
abstract fun setObjectProperty(p0: String, p1: Any)
Link copied to clipboard
abstract fun setShortProperty(p0: String, p1: Short)
Link copied to clipboard
abstract fun setStringProperty(p0: String, p1: String)