akka.actor
Class AbstractLoggingActor

java.lang.Object
  extended by akka.actor.AbstractActor
      extended by akka.actor.AbstractLoggingActor
All Implemented Interfaces:
Actor, ActorLogging

public abstract class AbstractLoggingActor
extends AbstractActor
implements ActorLogging

Java API: compatible with lambda expressions

Actor base class that mixes in logging into the Actor.

This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
AbstractLoggingActor()
           
 
Method Summary
 
Methods inherited from class akka.actor.AbstractActor
emptyBehavior, getContext, receive, receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.ActorLogging
_log, log
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
 

Constructor Detail

AbstractLoggingActor

public AbstractLoggingActor()