Package org.apache.pekko.actor
Class ActorLogMarker$
java.lang.Object
org.apache.pekko.actor.ActorLogMarker$
This is public with the purpose to document the used markers and properties of log events.
No guarantee that it will remain binary compatible, but the marker names and properties
are considered public API and will not be changed without notice.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorLogMarker$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeadLetter
(String messageClass) Marker "pekkoDeadLetter" of log event for dead letter messages.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorLogMarker$
public ActorLogMarker$()
-
-
Method Details
-
deadLetter
Marker "pekkoDeadLetter" of log event for dead letter messages.- Parameters:
messageClass
- The message class of the DeadLetter. Included as property "pekkoMessageClass".
-