fix bug in docs that uses akka names for configs (#1057)
This commit is contained in:
parent
db4f57396d
commit
a2a42eab33
5 changed files with 5 additions and 5 deletions
|
|
@ -801,7 +801,7 @@ final class Flow[In, Out, Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends Gr
|
|||
*
|
||||
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
|
||||
*
|
||||
* You can configure the default dispatcher for this Source by changing the `akka.stream.materializer.blocking-io-dispatcher` or
|
||||
* You can configure the default dispatcher for this Source by changing the `pekko.stream.materializer.blocking-io-dispatcher` or
|
||||
* set it for a given Source by using [[ActorAttributes]].
|
||||
*
|
||||
* '''Emits when''' the mapping function returns an element and downstream is ready to consume it
|
||||
|
|
|
|||
|
|
@ -2514,7 +2514,7 @@ final class Source[Out, Mat](delegate: scaladsl.Source[Out, Mat]) extends Graph[
|
|||
*
|
||||
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
|
||||
*
|
||||
* You can configure the default dispatcher for this Source by changing the `akka.stream.materializer.blocking-io-dispatcher` or
|
||||
* You can configure the default dispatcher for this Source by changing the `pekko.stream.materializer.blocking-io-dispatcher` or
|
||||
* set it for a given Source by using [[ActorAttributes]].
|
||||
*
|
||||
* '''Emits when''' the mapping function returns an element and downstream is ready to consume it
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ class SubFlow[In, Out, Mat](
|
|||
*
|
||||
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
|
||||
*
|
||||
* You can configure the default dispatcher for this Source by changing the `akka.stream.materializer.blocking-io-dispatcher` or
|
||||
* You can configure the default dispatcher for this Source by changing the `pekko.stream.materializer.blocking-io-dispatcher` or
|
||||
* set it for a given Source by using [[ActorAttributes]].
|
||||
*
|
||||
* '''Emits when''' the mapping function returns an element and downstream is ready to consume it
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ class SubSource[Out, Mat](
|
|||
*
|
||||
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
|
||||
*
|
||||
* You can configure the default dispatcher for this Source by changing the `akka.stream.materializer.blocking-io-dispatcher` or
|
||||
* You can configure the default dispatcher for this Source by changing the `pekko.stream.materializer.blocking-io-dispatcher` or
|
||||
* set it for a given Source by using [[ActorAttributes]].
|
||||
*
|
||||
* '''Emits when''' the mapping function returns an element and downstream is ready to consume it
|
||||
|
|
|
|||
|
|
@ -1116,7 +1116,7 @@ trait FlowOps[+Out, +Mat] {
|
|||
*
|
||||
* Adheres to the [[ActorAttributes.SupervisionStrategy]] attribute.
|
||||
*
|
||||
* You can configure the default dispatcher for this Source by changing the `akka.stream.materializer.blocking-io-dispatcher` or
|
||||
* You can configure the default dispatcher for this Source by changing the `pekko.stream.materializer.blocking-io-dispatcher` or
|
||||
* set it for a given Source by using [[ActorAttributes]].
|
||||
*
|
||||
* '''Emits when''' the mapping function returns an element and downstream is ready to consume it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue