pillars.rabbitmq.fs2.RabbitMQ
See theRabbitMQ companion object
final case class RabbitMQ[F[_]](config: RabbitMQConfig, client: RabbitClient[F])(implicit evidence$1: Async[F]) extends Module[F]
Attributes
- Companion
- object
- Source
- rabbitmq.scala
- Graph
-
- Supertypes
Members list
Type members
Types
Attributes
- Source
- rabbitmq.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- rabbitmq.scala
Inherited methods
Attributes
- Inherited from:
- Module
- Source
- modules.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Exports
Defined exports
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
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
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
Exported from RabbitClient
Attributes
- Source
- RabbitClient.scala
In this article