UnconfirmedDelivery

case class UnconfirmedDelivery(deliveryId: Long, destination: ActorPath, message: Any)

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

Source:
AtLeastOnceDelivery.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getMessage(): AnyRef

Java API

Inherited methods

Inherited from:
Product