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
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
InboxDocTest.java add ActorRef.noSender() for the Java API, see #3429 2013-06-20 15:51:23 +02:00
InitializationDocSpecJava.java
MyBoundedUntypedActor.java
MyReceiveTimeoutUntypedActor.java
MyUntypedActor.java
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