Cancel

trait Cancel[F[_]]

A trait that represents the ability to cancel a consumer

A trait that represents the ability to cancel a consumer

class Object
trait Matchable
class Any

Value members

Abstract methods

def basicCancel(channel: AMQPChannel, consumerTag: ConsumerTag): F[Unit]