Class ActorLogMarker$

java.lang.Object
org.apache.pekko.actor.ActorLogMarker$

public class ActorLogMarker$ extends Object
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 Details

    • MODULE$

      public static final ActorLogMarker$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ActorLogMarker$

      public ActorLogMarker$()
  • Method Details

    • deadLetter

      public LogMarker deadLetter(String messageClass)
      Marker "pekkoDeadLetter" of log event for dead letter messages.

      Parameters:
      messageClass - The message class of the DeadLetter. Included as property "pekkoMessageClass".