Package org.apache.pekko.actor
Class UntypedAbstractLoggingActor
java.lang.Object
org.apache.pekko.actor.AbstractActor
org.apache.pekko.actor.UntypedAbstractActor
org.apache.pekko.actor.UntypedAbstractLoggingActor
- All Implemented Interfaces:
Actor,ActorLogging
public abstract class UntypedAbstractLoggingActor
extends UntypedAbstractActor
implements ActorLogging
Java API: compatible with lambda expressions
Actor base class that mixes in logging into the Actor.
- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.actor.AbstractActor
AbstractActor.ActorContext, AbstractActor.ReceiveNested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.actor.UntypedAbstractActor
createReceive, onReceive, receive, unhandledMethods inherited from class org.apache.pekko.actor.AbstractActor
context, emptyBehavior, getContext, getSelf, getSender, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preRestart, preStart, receiveBuilder, self, supervisorStrategyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, senderMethods inherited from interface org.apache.pekko.actor.ActorLogging
_log_$eq, log
-
Constructor Details
-
UntypedAbstractLoggingActor
public UntypedAbstractLoggingActor()
-