You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActorRuntimeContext has the support to take the user-supplied callable that would instantiate the Actor object. However, the classes (e.g. ActorRuntime and various register_actor functions in the extensions (flask and fastapi)) do not expose the possibility of providing the callable from the user code.
Release Note
RELEASE NOTE: ADD Support for user-supplied actor_factory callable.
The text was updated successfully, but these errors were encountered:
Describe the feature
ActorRuntimeContext
has the support to take the user-supplied callable that would instantiate the Actor object. However, the classes (e.g.ActorRuntime
and variousregister_actor
functions in the extensions (flask and fastapi)) do not expose the possibility of providing the callable from the user code.Release Note
RELEASE NOTE: ADD Support for user-supplied actor_factory callable.
The text was updated successfully, but these errors were encountered: