Package

com.sksamuel

pulsar4s

Permalink

package pulsar4s

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncHandler[F[_]] extends AnyRef

    Permalink
  2. class Consumer extends Logging

    Permalink
  3. class FutureAsyncHandler extends AsyncHandler[Future]

    Permalink
  4. case class Message(key: Option[String], data: Array[Byte], properties: Map[String, String], messageId: Option[MessageId], publishTime: Long, eventTime: Long) extends Product with Serializable

    Permalink
  5. case class MessageId(bytes: Array[Byte]) extends Product with Serializable

    Permalink
  6. trait MessageReader[T] extends AnyRef

    Permalink
  7. trait MessageWriter[T] extends AnyRef

    Permalink
  8. class Producer extends AnyRef

    Permalink
  9. case class ProducerName(name: String) extends Product with Serializable

    Permalink
  10. trait PulsarClient extends AnyRef

    Permalink
  11. class Reader extends AnyRef

    Permalink
  12. case class Subscription(name: String) extends Product with Serializable

    Permalink
  13. case class Topic(name: String) extends Product with Serializable

    Permalink

Value Members

  1. object AsyncHandler

    Permalink
  2. object Message extends Serializable

    Permalink
  3. object MessageId extends Serializable

    Permalink
  4. object PulsarClient

    Permalink
  5. object Subscription extends Serializable

    Permalink

Ungrouped