Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
03df8cbf
Unverified
Commit
03df8cbf
authored
Jun 28, 2017
by
Spencer Gibb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove rxjava mvc documentation.
this is now handled by spring-framework
parent
0be3d233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+0
-29
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
03df8cbf
...
...
@@ -2183,35 +2183,6 @@ info:
url
:
https
://
github
.
com
/
spring
-
cloud
-
samples
----
[[
netflix
-
rxjava
-
springmvc
]]
==
RxJava
with
Spring
MVC
Spring
Cloud
Netflix
includes
https
://
github
.
com
/
ReactiveX
/
RxJava
[
RxJava
].
>
RxJava
is
a
Java
VM
implementation
of
http
://
reactivex
.
io
/[
Reactive
Extensions
]:
a
library
for
composing
asynchronous
and
event
-
based
programs
by
using
observable
sequences
.
Spring
Cloud
Netflix
provides
support
for
returning
`
rx
.
Single
`
objects
from
Spring
MVC
Controllers
.
It
also
supports
using
`
rx
.
Observable
`
objects
for
https
://
en
.
wikipedia
.
org
/
wiki
/
Server
-
sent_events
[
Server
-
sent
events
(
SSE
)].
This
can
be
very
convenient
if
your
internal
APIs
are
already
built
using
RxJava
(
see
<<
spring
-
cloud
-
feign
-
hystrix
>>
for
examples
).
Here
are
some
examples
of
using
`
rx
.
Single
`:
[
source
,
java
]
----
include
::../../../../
spring
-
cloud
-
netflix
-
core
/
src
/
test
/
java
/
org
/
springframework
/
cloud
/
netflix
/
rx
/
SingleReturnValueHandlerTest
.
java
[
tags
=
rx_single
,
indent
=
0
]
----
If
you
have
an
`
Observable
`,
rather
than
a
single
,
you
can
use
`.
toSingle
()`
or
`.
toList
().
toSingle
()`.
Here
are
some
examples
:
[
source
,
java
]
----
include
::../../../../
spring
-
cloud
-
netflix
-
core
/
src
/
test
/
java
/
org
/
springframework
/
cloud
/
netflix
/
rx
/
ObservableReturnValueHandlerTest
.
java
[
tags
=
rx_observable
,
indent
=
0
]
----
If
you
have
a
streaming
endpoint
and
client
,
SSE
could
be
an
option
.
To
convert
`
rx
.
Observable
`
to
a
Spring
`
SseEmitter
`
use
`
RxResponse
.
sse
()`.
Here
are
some
examples
:
[
source
,
java
]
----
include
::../../../../
spring
-
cloud
-
netflix
-
core
/
src
/
test
/
java
/
org
/
springframework
/
cloud
/
netflix
/
rx
/
ObservableSseEmitterTest
.
java
[
tags
=
rx_observable_sse
,
indent
=
0
]
----
[[
netflix
-
metrics
]]
==
Metrics
:
Spectator
,
Servo
,
and
Atlas
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment