EventWriter

zio.pravega.stream.EventWriter
object EventWriter

Pravega EventStreamWriter.

This is a wrapper around the EventStreamWriter Java API.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def writeEventTask[A](writer: EventStreamWriter[A], settings: WriterSettings[A]): A => Task[Void]

Build a lambda to produce a Task that write an event to a stream.

Build a lambda to produce a Task that write an event to a stream.

Attributes

def writeEventTask[A](tx: Transaction[A], settings: WriterSettings[A]): A => Task[Unit]

Build a lambda to produce a Task that write an event to a transaction.

Build a lambda to produce a Task that write an event to a transaction.

Attributes