akka.event
Class Logging.LoggerInitialized

java.lang.Object
  extended by akka.event.Logging.LoggerInitialized
Direct Known Subclasses:
Logging.LoggerInitialized$
Enclosing class:
Logging

public abstract static class Logging.LoggerInitialized
extends java.lang.Object

Response message each logger must send within 1 second after receiving the InitializeLogger request. If initialization takes longer, send the reply as soon as subscriptions are set-up.


Constructor Summary
Logging.LoggerInitialized()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging.LoggerInitialized

public Logging.LoggerInitialized()