-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugins-scenarios.md to Styx 1.0 API #320
Update plugins-scenarios.md to Styx 1.0 API #320
Conversation
- Continuity (or discontinuity) of Styx content observable. Each content tranformation with | ||
`map` or `flatMap` is a composition of some source observable. So is each content transformation | ||
linked to some source observable, an ultimate source being the Styx server core. | ||
- **Reference counting.** Styx exposes the content stream as a `ByteStream` of reference counted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference counting. Styx exposes the cont
->
Reference counting: Styx exposes the cont
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Remember that `chain.proceed` returns an `Observable<HttpResponse>` it is therefore | ||
interface compatible and can be `flatMap`'d to the response observable. The resulting | ||
response observable chain is returned from the `intercept`. | ||
Step 5. Finally, we will bind the outcome from `chain.proceed` into the response eventual. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest always using "Eventual
" to refer to the class, rather than "eventual", as this is a particular concept for Styx, rather than the normal use of the word (which is just an adjective).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Co-Authored-By: mikkokar <mikko.e.karjalainen@gmail.com>
Update
plugins-scenarios.md
to Styx 1.0.