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 Summary

    Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor

    org.apache.pekko.actor.Actor.emptyBehavior$, org.apache.pekko.actor.Actor.ignoringBehavior$
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.actor.ActorContext
     
    scala.PartialFunction<Object,scala.runtime.BoxedUnit>
     
    final org.apache.pekko.actor.ActorRef
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.pekko.actor.Actor

    aroundPostRestart, 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, unhandled

    Methods inherited from interface org.apache.pekko.actor.ActorLogging

    log, org$apache$pekko$actor$ActorLogging$$_log, org$apache$pekko$actor$ActorLogging$$_log_$eq
  • Constructor Details

    • EventStreamLogger

      public EventStreamLogger()
  • Method Details

    • context

      public org.apache.pekko.actor.ActorContext context()
      Specified by:
      context in interface org.apache.pekko.actor.Actor
    • receive

      public scala.PartialFunction<Object,scala.runtime.BoxedUnit> receive()
      Specified by:
      receive in interface org.apache.pekko.actor.Actor
    • self

      public final org.apache.pekko.actor.ActorRef self()
      Specified by:
      self in interface org.apache.pekko.actor.Actor