Reader

dev.profunktor.pulsar.Reader
See theReader companion object
trait Reader[F[_], E]

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def read: Stream[F, E]
def read1: F[Option[E]]
def readUntil(timeout: FiniteDuration): F[Option[E]]