pekko/akka-docs/rst/java/code/docs
Roland d794b14b2b implement and document Pipelines, see #3174
- heavily inspired by spray.io.Pipeline
- fully functional style: a stage returns the resulting commands and
  events, which makes it impossible to mess with the pipeline from the
  inside
- object allocations are optimized away for emtpy and 1-elem results
- added type-safety, verifying that stages match up
- management commands “from the side” for configuration or async events
- full Java API and docs
2013-04-08 20:57:04 +02:00
..
actor add @throws annotation to actor life-cycle hooks, see #3188 2013-04-08 20:55:04 +02:00
agent Made Agent an abstract class, pushed existing implementation into a private SecretAgent class and added a java-lovin' factory method. See #3108 2013-02-28 23:14:46 +00:00
camel #2989 - Switching to mina2 for Camel examples 2013-02-18 13:43:09 +01:00
dispatcher #3077 - Deprecating ActorRef.isTerminated 2013-04-03 23:57:28 +02:00
event #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
extension #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
future #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +01:00
io implement and document Pipelines, see #3174 2013-04-08 20:57:04 +02:00
jrouting #3077 - Deprecating ActorRef.isTerminated 2013-04-03 23:57:28 +02:00
pattern Merge pull request #1027 from akka/wip-2904-timer-∂π 2013-01-23 11:06:41 -08:00
remoting Updated documentation to reflect changes in remoting 2013-02-10 13:00:30 +01:00
serialization Deprecate actorFor in favor of ActorSelection, see #3074 2013-04-08 18:11:52 +02:00
testkit Deprecate actorFor in favor of ActorSelection, see #3074 2013-04-08 18:11:52 +02:00
transactor #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
zeromq #2879 - updating copyright info 2013-01-09 11:38:00 +01:00