package
remote
Type Members
-
-
case class
RemoteClientConnected
(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
case class
RemoteClientDisconnected
(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
case class
RemoteClientError
(cause: Throwable, remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
-
-
case class
RemoteClientShutdown
(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
case class
RemoteClientStarted
(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
case class
RemoteClientWriteFailed
(request: AnyRef, cause: Throwable, remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable
-
-
-
-
-
-
-
-
-
-
trait
RemoteRef
extends ActorRefScope
-
case class
RemoteScope
(node: Address) extends Scope with Product with Serializable
-
case class
RemoteServerClientClosed
(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable
-
case class
RemoteServerClientConnected
(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable
-
case class
RemoteServerClientDisconnected
(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable
-
case class
RemoteServerError
(cause: Throwable, remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable
-
-
case class
RemoteServerShutdown
(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable
-
case class
RemoteServerStarted
(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable
-
-
-