Commit graph

18 commits

Author SHA1 Message Date
Jonas Bonér
e4e96f61c8 Added API to add listeners to subscribe to Error, Connect and Disconnect events on RemoteClient 2010-04-06 15:07:02 +02:00
Jonas Bonér
8c67eeb139 fixed deprecation warnings in akka-core 2010-03-29 09:33:32 +02:00
Viktor Klang
e571161866 Merged latest master, fighting missing deps 2010-03-23 00:29:18 +01:00
Jonas Bonér
bb4945b0a6 Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
Jonas Bonér
15ed113112 improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method 2010-03-01 22:03:17 +01:00
Viktor Klang
787e7e45b7 Working nine to five ... 2010-02-20 23:56:25 +01:00
Jonas Bonér
f4572a7e85 added possibility to register a remote actor by explicit handle id 2010-02-17 15:32:17 +01:00
Jonas Bonér
41766bef22 Added support for server-initiated remote actors with clients getting a dummy handle to the remote actor 2010-02-16 15:39:54 +01:00
Jonas Bonér
675101cc82 Added clean automatic shutdown of RemoteClient, based on reference counting + fixed bug in shutdown of RemoteClient 2010-02-15 16:21:26 +01:00
Jonas Bonér
ceb9b694e0 refactored chat server 2009-12-30 09:33:44 +01:00
Jonas Bonér
056cb478f4 Added test for forward of !! messages + Added StaticChannelPipeline for RemoteClient 2009-12-30 09:25:36 +01:00
Jonas Bonér
0567a5780e Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes 2009-12-30 08:36:24 +01:00
Jonas Bonér
90f7e0ea4e Fixed bug in RemoteClient reconnect, now works flawlessly + Added option to declaratively configure an Actor to be remote 2009-12-29 14:24:48 +01:00
Jonas Bonér
56d6c0d198 Now forward works with !! + added possibility to set a ClassLoader for the Serializer.* classes 2009-12-27 22:56:55 +01:00
Jonas Bonér
90451b4f03 Updated copyright header 2009-12-27 16:01:53 +01:00
Jonas Bonér
ac5451a9fa fixed misc FIXMEs and TODOs 2009-12-27 08:24:11 +01:00
Jonas Bonér
8b72777d61 added implicit transaction family name for the atomic { .. } blocks + changed implicit sender argument to Option[Actor] (transparent change) 2009-12-26 22:14:06 +01:00
Jonas Bonér
98f6501f62 renamed akka-actor to akka-core 2009-12-18 08:20:28 +01:00
Renamed from akka-actors/src/main/scala/remote/RemoteClient.scala (Browse further)