monifu.reactive

streams

package streams

Visibility
  1. Public
  2. All

Type Members

  1. final class ReactiveSubscriberAsMonifuSubscriber[T] extends Subscriber[T]

    Wraps a org.reactivestreams.Subscriber instance that respects the Reactive Streams contract into an Observer instance that respect the Observer contract.

  2. final class SingleAssignmentSubscription extends Subscription

    Represents a org.reactivestreams.Subscription that can be assigned only once to another subscription reference.

  3. final class SubscriberAsReactiveSubscriber[T] extends org.reactivestreams.Subscriber[T]

    Wraps a Observer instance into an org.reactivestreams.Subscriber instance.

  4. final class SynchronousSubscriberAsReactiveSubscriber[T] extends org.reactivestreams.Subscriber[T]

    Wraps a SynchronousObserver instance into a org.reactivestreams.Subscriber instance.

Ungrouped