=doc,htc fix code include and method name of completeWith (#21092)
This commit is contained in:
parent
8e71346295
commit
5783387c8a
2 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
.. _stream-dynamic-scala:
|
||||
.. _stream-dynamic-java:
|
||||
|
||||
#######################
|
||||
Dynamic stream handling
|
||||
#######################
|
||||
|
||||
.. _kill-switch-scala:
|
||||
.. _kill-switch-java:
|
||||
|
||||
Controlling graph completion with KillSwitch
|
||||
--------------------------------------------
|
||||
|
|
@ -24,7 +24,7 @@ Graph completion is performed by both
|
|||
|
||||
A ``KillSwitch`` can control the completion of one or multiple streams, and therefore comes in two different flavours.
|
||||
|
||||
.. _unique-kill-switch-scala:
|
||||
.. _unique-kill-switch-java:
|
||||
|
||||
UniqueKillSwitch
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
|
@ -40,7 +40,7 @@ below for usage examples.
|
|||
|
||||
.. includecode:: ../code/docs/stream/KillSwitchDocTest.java#unique-abort
|
||||
|
||||
.. _shared-kill-switch-scala:
|
||||
.. _shared-kill-switch-java:
|
||||
|
||||
SharedKillSwitch
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue