Reactive Java at JDD 2014

Post on 25-May-2015

409 views 3 download

Tags:

description

Presentation from JDD 2014 conference about reactive extensions for Java. Github repo with examples: https://github.com/tkowalcz/presentations/tree/master/JDD2014

Transcript of Reactive Java at JDD 2014

T O M A S Z K O W A L C Z E W S K I

REACTIVE JAVA

• A little bit of history• A few words about API• Code!

49%

29%

15%

6%

NETFLIX US network traffic share

NetflixYouTubeHTTPBitTorrent

SYNCHRONOUS PULL COMMUNICATION

Client Server

Request

Response

Processing

Network latency

ASYNCHRONOUS PUSH

Processing

Network latency

OBSERVABLE STREAM

Observer Observable

t

subscribe

onNext*

onCompleted

unsubscribe

onError

One of

Erik Meijer

source: flatmapthatshit.com