abstract class Movie::AbstractActorContext

Direct Known Subclasses

Defined in:

movie/context.cr

Instance Method Summary

Instance Method Detail

abstract def accepts_user_messages? : Bool #

[View source]
abstract def deliver_serializable(message : Object, sender : ActorRefBase | Nil) : Nil #

[View source]
abstract def discard_user_messages? : Bool #

[View source]
abstract def path : ActorPath | Nil #

[View source]
abstract def rebind_path(path : ActorPath | Nil) : Nil #

[View source]
abstract def ref : ActorRefBase #

[View source]
abstract def register_watcher(actor : ActorRefBase) : Bool #

[View source]