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.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActorLogMarker()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static 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
    • Constructor Detail

      • ActorLogMarker

        public ActorLogMarker()
    • Method Detail

      • deadLetter

        public static 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".