pekko/akka-tutorials/akka-tutorial-second
Jonas Bonér 4ec050c12e Major refactoring of RemoteActorRefProvider, remote Routing and FailureDetector, including lots of fixes and improvements.
- Decoupled FailureDetector from Routing by introducing ConnectionManager which uses FailureDetector instead of it being the same thing.
- Added ConnectionManager
- Added LocalConnectionManager
- Added RemoteConnectionManager
- Improved RoutedProps
- Integrated and added configuration for Scatter Gather router
- Added NoOpFailureDetector
-  Misc API and documentation improvements

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-10-07 15:42:55 +02:00
..
project Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
src/main Major refactoring of RemoteActorRefProvider, remote Routing and FailureDetector, including lots of fixes and improvements. 2011-10-07 15:42:55 +02:00
pom.xml Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
README Update tutorials and include source in the distribution 2011-05-10 16:37:31 +12:00

=================
 Second Tutorial
=================

This is the source code for the second tutorial.

See the Akka Documentation for information about this tutorial.