From 7b6c136fa733f54ded065ce8f73cc3f8056b19c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andre=CC=81n?= Date: Mon, 14 Sep 2015 10:49:47 +0200 Subject: [PATCH] =doc Documentation that Inbox.receive now throws a checked exception in the migration guide --- akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst index ed37821885..4df7b3d87c 100644 --- a/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst +++ b/akka-docs/rst/project/migration-guide-2.3.x-2.4.x.rst @@ -151,6 +151,13 @@ If you use ``Slf4jLogger`` you should add the following configuration:: It will filter the log events using the backend configuration (e.g. logback.xml) before they are published to the event bus. +Inbox.receive Java API +====================== + +``Inbox.receive`` now throws a checked ``java.util.concurrent.TimeoutException`` exception if the receive timeout +is reached. + + Pool routers nrOfInstances method now takes ActorSystem =======================================================