Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren

=doc #19315 websocket client docs
This commit is contained in:
Johan Andrén 2016-02-08 10:16:08 +01:00
commit 1822108175
7 changed files with 469 additions and 9 deletions

View file

@ -22,9 +22,9 @@ the ``PatternCS`` class that provide the ability to interact between Actors and
Should you have the need to use Scala Futures with these new Java APIs please use
the ``scala-java8-compat`` library that comes as a dependency of Akka. For more
information see `the documentation``_.
information see `the documentation`__.
.. _`the documentation`:: https://github.com/scala/scala-java8-compat
__ https://github.com/scala/scala-java8-compat
akka.Done and akka.NotUsed replacing Unit and BoxedUnit
-------------------------------------------------------