doc: minor typo fix (#28579)
This commit is contained in:
parent
0d5f592ebb
commit
cd2e25139c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ Akka Streams was designed during the development of Reactive Streams, so they bo
|
|||
It may be enlightening to learn that even within the Reactive Specification the types had initially attempted to hide `Publisher`, `Subscriber` and the other SPI types from users of the API.
|
||||
Though since those internal SPI types would end up surfacing to end users of the standard in some cases, it was decided to [remove the API types, and only keep the SPI types](https://github.com/reactive-streams/reactive-streams-jvm/pull/25) which are the `Publisher`, `Subscriber` et al.
|
||||
|
||||
With this historical knowledge and context about the purpose of the standard – being an internal detail of interoperable libraries - we can with certainty say that it can't be really said that an direct _inheritance_ relationship with these types can be considered some form of advantage or meaningful differentiator between libraries.
|
||||
With this historical knowledge and context about the purpose of the standard – being an internal detail of interoperable libraries - we can with certainty say that it can't be really said that a direct _inheritance_ relationship with these types can be considered some form of advantage or meaningful differentiator between libraries.
|
||||
Rather, it could be seen that APIs which expose those SPI types to end-users are leaking internal implementation details accidentally.
|
||||
|
||||
The `Source`, `Sink` and `Flow` types which are part of Akka Streams have the purpose of providing the fluent DSL, as well as to be "factories" for running those streams.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue