ActorContext¶
casty.ActorContext
¶
Bases: Protocol
Protocol for the context available to actor behavior handlers.
casty.Interceptor = Callable[[object], bool]
¶
casty.System
¶
Bases: Protocol
Protocol exposing the actor system's public API to behaviors.