When you create the session hub actor you must inject your own businessmessage handler.
This is only called when the message has been fully validated and determined not to be a session
level message.
I would suggest that this class has a reference to your business Actor, and forwards teh fix message
to the actor. You can look after your own ActorRef and lifecycle.
Created by Jonathan during 2017.
When you create the session hub actor you must inject your own businessmessage handler. This is only called when the message has been fully validated and determined not to be a session level message.
I would suggest that this class has a reference to your business Actor, and forwards teh fix message to the actor. You can look after your own ActorRef and lifecycle.