Movie::ExtensionId(T)
Akka-style extension id helper for lazy, per-system singletons. T is expected to be a Movie::Extension subclass.
Instance methods
create(system : AbstractActorSystem) : T
Create a new extension instance for the given system.
get(system : AbstractActorSystem) : T
Returns the extension instance, creating and registering it on first access.