Hi Folks,
I have recently started delving into actor frameworks, and I was wondering if it possible to launch an actor and have its prototype methods be overwritten by the methods of a dynamically dispatched child class, such as would be done traditionally using a factory pattern.
Ideally, I would like to launch a generic actor and after selecting/providing a class path have its methods overwritten, so that anytime a message in enqueued to that actor, it will execute the overwritten methods, but I am struggling to figure out how to do this; whether I am supposed to include a factory pattern in the actor core when it first launches or by some other means.
Any advice on this would be much appreciated, as I haven't been able to find some good resources on the topic.
Best,
Zifikis