pekko/akka-docs/rst/scala
Roland f8fa825e48 improve safety of Props.create by allowing Creator<T>, see #3377
Props constructors need to be deprecated instead of being mutated
because we cannot just start throwing exceptions in people’s existing
code. Props.withCreator is deprecated for similar reasons, but also
because Props are about the creators, so replacing that after the fact
is not good style.
2013-05-29 23:40:27 +02:00
..
code/docs improve safety of Props.create by allowing Creator<T>, see #3377 2013-05-29 23:40:27 +02:00
actors.rst improve safety of Props.create by allowing Creator<T>, see #3377 2013-05-29 23:40:27 +02:00
agents.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
camel.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
cluster-usage.rst Change default tick-duration to 10ms, see #3387 2013-05-27 09:20:25 +02:00
dataflow.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
dispatchers.rst Fail actor creation if mailbox doesn't conform to required type. See #3237 2013-04-26 09:31:23 +02:00
durable-mailbox.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
event-bus.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
extending-akka.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fsm.rst Rename FSM and TestFSMRef's timerActive_? to isTimerActive. Fixes #2766 2012-12-06 17:28:49 +01:00
futures.rst add Futures.promise to the docs 2013-05-09 21:50:28 +02:00
hello-world.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
howto.rst Changes according to review. #2513 2012-10-08 10:52:55 +02:00
index-actors.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-futures.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-network.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
index-utilities.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io-codec.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
io-old.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io-tcp.rst a few fixes after review of the IO doc changes 2013-05-27 14:26:34 +02:00
io-udp.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
io.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
logging.rst Logging of the size of different message types. 2013-05-03 15:49:42 +02:00
microkernel.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
remoting.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
routing.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
scheduler.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
serialization.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
stm.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
testing.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
testkit-example.rst Fix one more broken code include in docs. See #3374 2013-05-23 09:48:30 +02:00
transactors.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
typed-actors.rst Fix 3 dead links to a paper in akka-docs. 2013-05-08 03:57:37 -04:00
typed-channels.rst Deprecate actorFor in favor of ActorSelection, see #3074 2013-04-08 18:11:52 +02:00
zeromq.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00