akka

remote

package remote

Visibility
  1. Public
  2. All

Type Members

  1. class RemoteActorRefProvider extends ActorRefProvider

    Remote ActorRefProvider.

  2. case class RemoteClientConnected(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

    RemoteClientConnected is published when a RemoteClient's connection is established

  3. case class RemoteClientDisconnected(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

    RemoteClientDisconnected is published when a RemoteClient's connection is disconnected

  4. case class RemoteClientError(cause: Throwable, remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

    A RemoteClientError is a general error that is thrown within or from a RemoteClient

  5. class RemoteClientException extends AkkaException

    Thrown for example when trying to send a message using a RemoteClient that is either not started or shut down.

  6. trait RemoteClientLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteClient.

  7. case class RemoteClientShutdown(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

    RemoteClientShutdown is published when a RemoteClient has shut down

  8. case class RemoteClientStarted(remote: RemoteTransport, remoteAddress: Address) extends RemoteClientLifeCycleEvent with Product with Serializable

    RemoteClientStarted is published when a RemoteClient has started up

  9. sealed trait RemoteLifeCycleEvent extends Serializable

    Remote life-cycle events.

  10. class RemoteMessage extends AnyRef

    RemoteMessage is a wrapper around a message that has come in over the wire, it allows to easily obtain references to the deserialized message, its intended recipient and the sender.

  11. final class RemoteProtocol extends AnyRef

  12. case class RemoteScope(node: Address) extends Scope with Product with Serializable

    Annotations
    @SerialVersionUID( 1L )
  13. case class RemoteServerClientClosed(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

    RemoteServerClientClosed is published when an inbound RemoteClient is closed

  14. case class RemoteServerClientConnected(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

    RemoteServerClientConnected is published when an inbound connection has been established

  15. case class RemoteServerClientDisconnected(remote: RemoteTransport, clientAddress: Option[Address]) extends RemoteServerLifeCycleEvent with Product with Serializable

    RemoteServerClientConnected is published when an inbound connection has been disconnected

  16. case class RemoteServerError(cause: Throwable, remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

    A RemoteServerError is a general error that is thrown within or from a RemoteServer

  17. trait RemoteServerLifeCycleEvent extends RemoteLifeCycleEvent

    Life-cycle events for RemoteServer.

  18. case class RemoteServerShutdown(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

    RemoteServerShutdown is published when a local RemoteServer has shut down

  19. case class RemoteServerStarted(remote: RemoteTransport) extends RemoteServerLifeCycleEvent with Product with Serializable

    RemoteServerStarted is published when a local RemoteServer has started up

  20. class RemoteSettings extends AnyRef

  21. abstract class RemoteTransport extends AnyRef

    The remote transport is responsible for sending and receiving messages.

  22. class RemoteTransportException extends AkkaException

    RemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc.

Value Members

  1. package routing

  2. package security

  3. package serialization

  4. package testconductor

  5. package testkit

Ungrouped