class

Movie::Remote::Remoting

Inherits Movie::ExtensionId < Reference < Object

Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.

Constructors

instance

Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.

Source

Class methods

get(system : Movie::AbstractActorSystem) : T

Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.

Source

Instance methods

create(system : Movie::AbstractActorSystem) : RemoteExtension

Create a new extension instance for the given system.

Source