class
Movie::Remote::Remoting
Overview
Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.
Defined in:
movie/remote/extension_id.crConstructors
-
.instance : self
Akka-style extension id for remoting.
Class Method Summary
-
.get(system : Movie::AbstractActorSystem) : T
Akka-style extension id for remoting.
Instance Method Summary
-
#create(system : Movie::AbstractActorSystem) : RemoteExtension
Create a new extension instance for the given system.
Instance methods inherited from class Movie::ExtensionId(Movie::Remote::RemoteExtension)
create(system : AbstractActorSystem) : T
create,
get(system : AbstractActorSystem) : T
get
Constructor Detail
def self.instance : self
#
Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.
Class Method Detail
Akka-style extension id for remoting. Uses system config for host/port/stripe-count and requires remoting.enabled = true.
Instance Method Detail
Description copied from class Movie::ExtensionId(Movie::Remote::RemoteExtension)
Create a new extension instance for the given system.