ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

Moved remote actor ref providers from remote example app. #127

Closed davidrpugh closed 6 years ago

davidrpugh commented 6 years ago

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.