final class MessageSent[A] extends Event
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageSent
- Event
- DeliverySerializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MessageSent(seqNr: SeqNr, message: MessageOrChunk, ack: Boolean, confirmationQualifier: ConfirmationQualifier, timestampMillis: TimestampMillis)
Value Members
- val ack: Boolean
- val confirmationQualifier: ConfirmationQualifier
- def equals(obj: Any): Boolean
- Definition Classes
- MessageSent → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- MessageSent → AnyRef → Any
- val message: MessageOrChunk
- val seqNr: SeqNr
- val timestampMillis: TimestampMillis
- def toString(): ConfirmationQualifier
- Definition Classes
- MessageSent → AnyRef → Any
- def withConfirmationQualifier(qualifier: ConfirmationQualifier): MessageSent[A]
- def withTimestampMillis(timestamp: TimestampMillis): MessageSent[A]
The fact (event) that a message has been sent.