Class/Object

org.elasticmq.actor.queue

InternalMessage

Related Docs: object InternalMessage | package queue

Permalink

case class InternalMessage(id: String, deliveryReceipts: Buffer[String], nextDelivery: Long, content: String, messageAttributes: Map[String, MessageAttribute], created: DateTime, firstReceive: Received, receiveCount: Int, isFifo: Boolean, messageGroupId: Option[String], messageDeduplicationId: Option[String]) extends Comparable[InternalMessage] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Comparable[InternalMessage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalMessage
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalMessage(id: String, deliveryReceipts: Buffer[String], nextDelivery: Long, content: String, messageAttributes: Map[String, MessageAttribute], created: DateTime, firstReceive: Received, receiveCount: Int, isFifo: Boolean, messageGroupId: Option[String], messageDeduplicationId: Option[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compareTo(other: InternalMessage): Int

    Permalink
    Definition Classes
    InternalMessage → Comparable
  7. val content: String

    Permalink
  8. val created: DateTime

    Permalink
  9. def deliverable(deliveryTime: Long): Boolean

    Permalink
  10. val deliveryReceipts: Buffer[String]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. var firstReceive: Received

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val id: String

    Permalink
  16. val isFifo: Boolean

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val messageAttributes: Map[String, MessageAttribute]

    Permalink
  19. val messageDeduplicationId: Option[String]

    Permalink
  20. val messageGroupId: Option[String]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. var nextDelivery: Long

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. var receiveCount: Int

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toMessageData: MessageData

    Permalink
  28. def toNewMessageData: NewMessageData

    Permalink
  29. def trackDelivery(nextDeliveryMillis: MillisNextDelivery)(implicit nowProvider: NowProvider): Unit

    Permalink

    Keep track of delivering this message to a client

    Keep track of delivering this message to a client

    nextDeliveryMillis

    When this message should become available for its next delivery

  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Comparable[InternalMessage]

Inherited from AnyRef

Inherited from Any

Ungrouped