Skip to content
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

Merged
merged 15 commits into from
Oct 29, 2018

Conversation

mikkokar
Copy link
Contributor

Update plugins-scenarios.md to Styx 1.0.

docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
- 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
Copy link
Contributor

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

Copy link
Contributor Author

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.
Copy link
Contributor

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
kvosper and others added 7 commits October 25, 2018 17:24
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>
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
docs/developer-guide/plugins-scenarios.md Outdated Show resolved Hide resolved
kvosper and others added 3 commits October 29, 2018 15:43
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>
@mikkokar mikkokar merged commit 92e1220 into ExpediaGroup:master Oct 29, 2018
@mikkokar mikkokar deleted the devdocs-plugin-scenarios branch October 29, 2018 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants