object MessageSent
- Source
- DurableProducerQueue.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MessageSent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](seqNr: SeqNr, message: A, ack: Boolean, confirmationQualifier: ConfirmationQualifier, timestampMillis: TimestampMillis): MessageSent[A]
- def unapply(sent: MessageSent[_]): [(, , , , TimestampMillis)]