@sina.nabavi wrote:
Hi
In an academic project, I have to add a modified version of send message function implemented as!
in Akka. In this new function, I want to block and prioritize sending some messages.
As you know!
function has been overridden in a lot of classes in the ActorRef file.
I want to know where to put my function and where to simply override it with an empty body. My first try was on LocalActorRef class which is private so I could not use my function in the test app. Actually the jar library that I exported does not contain this function usable.
Posts: 1
Participants: 1