org

reactivestreams

package reactivestreams

Visibility
  1. Public
  2. All

Type Members

  1. trait Processor[T, R] extends Subscriber[T] with Publisher[R]

    Mirrors the Processor interface from the Reactive Streams project.

  2. trait Publisher[T] extends Any

    Mirrors the Publisher interface from the Reactive Streams project.

  3. trait Subscriber[T] extends AnyRef

    Mirrors the Subscriber interface from the Reactive Streams project.

  4. trait Subscription extends AnyRef

    Represents a one-to-one lifecycle of a Subscriber subscribing to a Publisher and mirrors the Subscription interface from the Reactive Streams specification.

Ungrouped