Re: [akka-user] How to define contract between two actor systems

2017-03-09 Thread suyog choudhari
the companion object. It's not what you want (documentation), but > just an example of a convention that helps figure out what messages an Akka > actor receives and what kind of data it keeps. > > []'s > ᐧ > > On Tue, Mar 7, 2017 at 2:38 PM, suyog choudhari <suyogch...@gmai

[akka-user] How to define contract between two actor systems

2017-03-07 Thread suyog choudhari
Hi, Is there any recommended practice to define contract between multiple actor systems? In short, how one actor system should release document of what all actors it contains and what kind of messages each actor can expect? Something similar to swagger docs in REST API world. Regards, Suyog