Producer

zio.pulsar.Producer
See theProducer companion object
final class Producer[M](val producer: Producer[M])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def asSink: Sink[PulsarClientException, M, M, Unit]
def asSinkAsync: Sink[PulsarClientException, M, M, Unit]
def send(message: M): IO[PulsarClientException, MessageId]
def sendAsync(message: M): IO[PulsarClientException, MessageId]

Concrete fields

val producer: Producer[M]