![Hands-On Spring Security 5 for Reactive Applications](https://wfqqreader-1252317822.image.myqcloud.com/cover/594/36699594/b_36699594.jpg)
上QQ阅读APP看书,第一时间看更新
Important interfaces
Reactive Streams specifications in Java 9 revolve around just four interfaces—Publisher, Subscriber, Subscription, and Processor. The library also includes a Publisher implementation—SubmissionPublisher. All of these are included within the java.util.concurrent package in the Java standard library. We will touch upon these interfaces in the following subsections.