akka.remote
Interface RemoteLifeCycleEvent

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
RemoteClientLifeCycleEvent, RemoteServerLifeCycleEvent
All Known Implementing Classes:
RemoteClientConnected, RemoteClientDisconnected, RemoteClientError, RemoteClientShutdown, RemoteClientStarted, RemoteServerClientClosed, RemoteServerClientConnected, RemoteServerClientDisconnected, RemoteServerError, RemoteServerShutdown, RemoteServerStarted

public interface RemoteLifeCycleEvent
extends scala.Serializable

Remote life-cycle events.


Method Summary
 Logging.LogLevel logLevel()
           
 

Method Detail

logLevel

Logging.LogLevel logLevel()