WithCallback

fs2.pubsub.models.PubSubRecord.Producer.WithCallback
See theWithCallback companion class
object WithCallback

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], A](data: A, attributes: Map[String, String], callback: Either[Throwable, Unit] => F[Unit]): WithCallback[F, A]

Implicits

Implicits

implicit def show[A : Show]: Show[Producer[A]]