pekko/akka-docs/java/code/akka/docs/actor
Jonas Bonér 80600abc33 Added 'withRouter[TYPE]' to 'Props'.
Added docs (Scala and Java) and (code for the docs) for 'Props'.
Renamed UntypedActorTestBase to UntypedActorDocTestBase.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-14 14:05:44 +01:00
..
FirstUntypedActor.java Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))' 2011-12-13 14:09:40 +01:00
ImmutableMessage.java Updated documentation of Actors (Java). See #1435 2011-12-08 19:30:04 +01:00
MyReceivedTimeoutUntypedActor.java UnhandledMessageException extends RuntimeException. See #1453 2011-12-08 19:30:05 +01:00
MyUntypedActor.java Updated documentation of Actors (Java). See #1435 2011-12-08 19:30:04 +01:00
UntypedActorDocTest.scala Added 'withRouter[TYPE]' to 'Props'. 2011-12-14 14:05:44 +01:00
UntypedActorDocTestBase.java Added 'withRouter[TYPE]' to 'Props'. 2011-12-14 14:05:44 +01:00
UntypedActorSwapper.java Removed all 'actorOf' methods that does not take a 'Props', and changed all callers to use 'actorOf(Props(..))' 2011-12-13 14:09:40 +01:00