pekko/akka-docs/rst/java/code/docs/actor
Roland Kuhn a2a646af4e add ActorRef.noSender() for the Java API, see #3429
- Actor.noSender is not accessible from Java, but it was in 2.1 so don’t
  remove
- replaced all “null” in doc tests with ActorRef.noSender()
2013-06-20 15:51:23 +02:00
..
japi add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
mailbox add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
FaultHandlingTest.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
FirstUntypedActor.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
FSMDocTest.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
ImmutableMessage.java #2879 - updating copyright info 2013-01-09 11:38:00 +01:00
InboxDocTest.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +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 add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +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 add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
UntypedActorSwapper.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00