fix bug in docs that uses akka names for configs (#1057)

This commit is contained in:
PJ Fanning 2024-01-27 17:45:47 +01:00 committed by GitHub
parent db4f57396d
commit a2a42eab33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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