pillars.rabbitmq.fs2.RabbitMQ
See theRabbitMQ companion object
final case class RabbitMQ[F[_]](client: RabbitClient[F])(implicit evidence$1: Async[F]) extends Module[F]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Module[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Module
Inherited methods
Attributes
- Inherited from:
- Module
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Exports
Defined exports
Exported from RabbitClient
Exported from RabbitClient
Exported from RabbitClient
def createBasicPublisher[A](implicit channel: AMQPChannel, encoder: MessageEncoder[RabbitClient.this.F, A]): RabbitClient.this.F[(ExchangeName, RoutingKey, A) => RabbitClient.this.F[Unit]]
Exported from RabbitClient
Exported from RabbitClient
Exported from RabbitClient
Exported from RabbitClient
Exported from RabbitClient
Exported from RabbitClient
In this article