Moved these traits from the auctions-remote-example repo. It should be possible to have a single RemoteServiceActorRefProvider trait that encapsulates the core functionality so that all that needs specifying is the relevant path to the remote service. Connecting to a remote service is a risky operation and perhaps should be a child actor process.
Moved these traits from the
auctions-remote-example
repo. It should be possible to have a singleRemoteServiceActorRefProvider
trait that encapsulates the core functionality so that all that needs specifying is the relevant path to the remote service. Connecting to a remote service is a risky operation and perhaps should be a child actor process.