api

object api
class Object
trait Matchable
class Any
api.type

Type members

Classlikes

trait Channel[F[_]] extends ChannelConsumer[F] with ChannelDeclaration[F] with ChannelPublisher[F]
trait ChannelAcker[F[_]] extends ChannelExtendable[F]
trait ChannelConsumer[F[_]] extends ChannelAcker[F]
trait ChannelDeclaration[F[_]] extends ChannelExtendable[F]
trait ChannelExtendable[F[_]]
trait ChannelPublisher[F[_]] extends ChannelExtendable[F]
trait Connection[F[_]] extends ConnectionExtendable[F]
trait ConnectionFactory[F[_]]