Package akka.remote
Interface RemotingLifecycleEvent
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
AssociationEvent
- All Known Implementing Classes:
AssociatedEvent
,AssociationErrorEvent
,DisassociatedEvent
,GracefulShutdownQuarantinedEvent
,QuarantinedEvent
,RemotingErrorEvent
,RemotingListenEvent
,RemotingShutdownEvent$
,ThisActorSystemQuarantinedEvent
public interface RemotingLifecycleEvent extends java.io.Serializable
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Logging.LogLevel
logLevel()
Deprecated.
-
-
-
Method Detail
-
logLevel
Logging.LogLevel logLevel()
Deprecated.
-
-