pekko/akka-docs/rst/scala/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 Merge pull request #1277 from akka/wip-3074-deprecate-actorFor-patriknw 2013-04-08 11:48:48 -07:00
agent #2934 - explaining send a bit better in the docs 2013-01-27 23:01:29 +01:00
camel #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +01:00
channels avoid wrapping messages when ask returns single type 2013-02-04 11:02:58 -05:00
dataflow #3018 - Enabling -Xlint and dealing with the situation that occurs 2013-03-29 01:43:17 +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
pattern #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
remoting Reversed protocol scheme order in Addresses 2013-01-24 17:23:51 +01:00
routing Merge pull request #1277 from akka/wip-3074-deprecate-actorFor-patriknw 2013-04-08 11:48:48 -07: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