Package akka.actor

Class ActorLogMarker$


  • public class ActorLogMarker$
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static ActorLogMarker$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActorLogMarker$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LogMarker deadLetter​(java.lang.String messageClass)
      Marker "akkaDeadLetter" of log event for dead letter messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • ActorLogMarker$

        public ActorLogMarker$()
    • Method Detail

      • deadLetter

        public LogMarker deadLetter​(java.lang.String messageClass)
        Marker "akkaDeadLetter" of log event for dead letter messages.

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