final class MessageSent[A] extends Event

The fact (event) that a message has been sent.

Source
DurableProducerQueue.scala
Linear Supertypes
Event, DeliverySerializable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageSent
  2. Event
  3. DeliverySerializable
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MessageSent(seqNr: SeqNr, message: MessageOrChunk, ack: Boolean, confirmationQualifier: ConfirmationQualifier, timestampMillis: TimestampMillis)

Value Members

  1. val ack: Boolean
  2. val confirmationQualifier: ConfirmationQualifier
  3. def equals(obj: Any): Boolean
    Definition Classes
    MessageSent → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    MessageSent → AnyRef → Any
  5. val message: MessageOrChunk
  6. val seqNr: SeqNr
  7. val timestampMillis: TimestampMillis
  8. def toString(): ConfirmationQualifier
    Definition Classes
    MessageSent → AnyRef → Any
  9. def withConfirmationQualifier(qualifier: ConfirmationQualifier): MessageSent[A]
  10. def withTimestampMillis(timestamp: TimestampMillis): MessageSent[A]