pekko/akka-docs/rst/java/code/docs/actor
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
..
japi add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
mailbox Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
FaultHandlingTest.java Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
FirstUntypedActor.java deprecate closure-taking Props factories, see #3081 2013-04-16 12:48:31 +02:00
FSMDocTest.java Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
ImmutableMessage.java #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
InboxDocTest.java Wait on shutdown of extra actor systems in tests. See #3217 2013-05-07 11:02:03 +02:00
InitializationDocSpecJava.java Wait on shutdown of extra actor systems in tests. See #3217 2013-05-07 11:02:03 +02:00
MyBoundedUntypedActor.java Allow different types of mailboxes on the same dispatcher. See #2687 2013-04-19 13:42:58 +02:00
MyReceiveTimeoutUntypedActor.java deprecate closure-taking Props factories, see #3081 2013-04-16 12:48:31 +02:00
MyUntypedActor.java deprecate closure-taking Props factories, see #3081 2013-04-16 12:48:31 +02:00
SchedulerDocTest.java Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
TypedActorDocTest.java Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
UntypedActorDocTest.java improve safety of Props.create by allowing Creator<T>, see #3377 2013-05-29 23:40:27 +02:00
UntypedActorSwapper.java deprecate closure-taking Props factories, see #3081 2013-04-16 12:48:31 +02:00