Package org.apache.pekko.actor
Class Dropped
java.lang.Object
org.apache.pekko.actor.Dropped
- All Implemented Interfaces:
Serializable,AllDeadLetters,WrappedMessage,scala.Equals,scala.Product
Envelope that is published on the eventStream wrapped in
pekko.actor.DeadLetter for every message that is
dropped due to overfull queues or routers with no routees.
When this message was sent without a sender ActorRef, sender will be ActorRef.noSender, i.e. null.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DroppedConvenience for creatingDroppedwithout asender.static DroppedbooleanbooleaninthashCode()message()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>reason()sender()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Dropped
-
-
Method Details
-
apply
Convenience for creatingDroppedwithout asender. -
apply
-
unapply
-
message
- Specified by:
messagein interfaceAllDeadLetters- Specified by:
messagein interfaceWrappedMessage
-
reason
-
sender
- Specified by:
senderin interfaceAllDeadLetters
-
recipient
- Specified by:
recipientin interfaceAllDeadLetters
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
copy$default$4
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-