=doc Documentation that Inbox.receive now throws a checked exception in the migration guide

This commit is contained in:
Johan Andrén 2015-09-14 10:49:47 +02:00
parent 590f819289
commit 7b6c136fa7

View file

@ -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
=======================================================