Package

com.sksamuel.pulsar4s

streams

Permalink

package streams

Visibility
  1. Public
  2. All

Type Members

  1. class PulsarPublisher[T] extends Publisher[Message[T]]

    Permalink

    A PulsarPublisher is a reactive streams Publisher that will consume messages from a pulsar topic and publish those messages to a subscriber.

  2. class PulsarSubscriber[T] extends Subscriber[T]

    Permalink

    A PulsarSubscriber will subscribe to a reactive streams publisher, and for each message it receives, it will publish that message to a pulsar topic.

  3. class PulsarSubscription[T] extends org.reactivestreams.Subscription with Logging

    Permalink

Ungrouped