Package org.apache.pekko.http.impl.util
Class EventStreamLogger
java.lang.Object
org.apache.pekko.http.impl.util.EventStreamLogger
- All Implemented Interfaces:
- org.apache.pekko.actor.Actor,- org.apache.pekko.actor.ActorLogging
public class EventStreamLogger
extends Object
implements org.apache.pekko.actor.Actor, org.apache.pekko.actor.ActorLogging
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.actor.Actororg.apache.pekko.actor.Actor.emptyBehavior$, org.apache.pekko.actor.Actor.ignoringBehavior$
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.ActoraroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preStart, sender, supervisorStrategy, unhandledMethods inherited from interface org.apache.pekko.actor.ActorLogginglog, org$apache$pekko$actor$ActorLogging$$_log, org$apache$pekko$actor$ActorLogging$$_log_$eq
- 
Constructor Details- 
EventStreamLoggerpublic EventStreamLogger()
 
- 
- 
Method Details- 
contextpublic org.apache.pekko.actor.ActorContext context()- Specified by:
- contextin interface- org.apache.pekko.actor.Actor
 
- 
receive- Specified by:
- receivein interface- org.apache.pekko.actor.Actor
 
- 
selfpublic final org.apache.pekko.actor.ActorRef self()- Specified by:
- selfin interface- org.apache.pekko.actor.Actor
 
 
-