Packages

p

cr

pulsar

package pulsar

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal
  2. package schema

Type Members

  1. sealed abstract class Config extends AnyRef

    Basic Pulsar configuration to establish a connection.

  2. trait Consumer[F[_], E] extends AnyRef
  3. sealed trait MessageKey extends AnyRef
  4. trait MessageReader[F[_], E] extends AnyRef

    A MessageReader can be used to read all the messages currently available in a topic.

  5. trait Producer[F[_], E] extends AnyRef
  6. trait Reader[F[_], E] extends AnyRef

    A Reader can be used to read all the messages currently available in a topic.

    A Reader can be used to read all the messages currently available in a topic. Only cares about payloads.

  7. sealed trait ShardKey extends AnyRef
  8. sealed abstract class Subscription extends AnyRef
  9. sealed abstract class Topic extends AnyRef

Value Members

  1. object Config
  2. object Consumer
  3. object MessageKey
  4. object Producer
  5. object Pulsar
  6. object Reader
  7. object ShardKey
  8. object Subscription

    A Subscription can be one of the following types:

  9. object Topic

    Topic names are URLs that have a well-defined structure:

    Topic names are URLs that have a well-defined structure:

    {persistent|non-persistent}://tenant/namespace/topic

    Find out more at https://pulsar.apache.org/docs/en/concepts-messaging/#topics

Ungrouped