public class EventStreamLogger
extends java.lang.Object
implements org.apache.pekko.actor.Actor, org.apache.pekko.actor.ActorLogging
| Constructor and Description | 
|---|
| EventStreamLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.actor.ActorContext | context() | 
| scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> | receive() | 
| org.apache.pekko.actor.ActorRef | self() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, noSender, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preStart, sender, supervisorStrategy, unhandledpublic org.apache.pekko.actor.ActorContext context()
context in interface org.apache.pekko.actor.Actorpublic scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive in interface org.apache.pekko.actor.Actorpublic final org.apache.pekko.actor.ActorRef self()
self in interface org.apache.pekko.actor.Actor