UnconfirmedDelivery

org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
case class UnconfirmedDelivery(deliveryId: Long, destination: ActorPath, message: Any)

Information about a message that has not been confirmed. Included in UnconfirmedWarning and AtLeastOnceDeliverySnapshot.

Attributes

Source
AtLeastOnceDelivery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getMessage(): AnyRef

Java API

Java API

Attributes

Source
AtLeastOnceDelivery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product