6 Eylül 2019 Cuma

Java 9 Flow Sınıfı

Giriş
Açıklaması şöyle.
Things change a little bit when you move to Java 1.9. Reactive Streams has become part of the official Java 9 API.

You’ll notice that the Reactive Streams interfaces move under the Flow class in Java 9. But other than that, the API is the same as Reactive Streams 1.0 in Java 1.8.
Bu sınıf altındaki arayüzler şöyle
Flow.Processor<T,R>
Flow.Publisher<T>
Flow.Subscriber<T>
Flow.Subscription
Şeklen şöyle


Diğer
Reactive Stream gerçekleştirimini sağlayan kütüphaneler şöyle.
- RxJava
- Reactor
- Akka Streams
- Vert.x


Hiç yorum yok:

Yorum Gönder