Class AbstractLoggingActor

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.apache.pekko.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.

  • Constructor Details

    • AbstractLoggingActor

      public AbstractLoggingActor()