Consuming

trait Consuming[F[_], R[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def createConsumer[A](queueName: QueueName, channel: AMQPChannel, basicQos: BasicQos, autoAck: Boolean, noLocal: Boolean, exclusive: Boolean, consumerTag: ConsumerTag, args: Arguments)(decoder: EnvelopeDecoder[F, A]): F[R[AmqpEnvelope[A]]]