=doc #19315 docs for websocket client

This commit is contained in:
Johan Andrén 2016-01-18 16:58:09 +01:00
parent c6eb88e334
commit 2c462387af
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
-------------------------------------------------------