Async

fs2.pubsub.PubSubProducer.Async
See theAsync companion object
trait Async[F[_], A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def produceMany(records: Seq[WithCallback[F, A]]): F[Unit]

Concrete methods

def produceOne(data: A, attributes: (String, String)*)(implicit F: Applicative[F]): F[Unit]
def produceOne(data: A, attributes: Map[String, String])(implicit F: Applicative[F]): F[Unit]
def produceOne(data: A, callback: Either[Throwable, Unit] => F[Unit], attributes: (String, String)*): F[Unit]
def produceOne(data: A, callback: Either[Throwable, Unit] => F[Unit], attributes: Map[String, String]): F[Unit]
def produceOne(record: WithCallback[F, A]): F[Unit]
def produceOne(record: Producer[A])(implicit F: Applicative[F]): F[Unit]