Package akka.actor

Class 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.

    • Constructor Detail

      • AbstractLoggingActor

        public AbstractLoggingActor()