pillars.rabbitmq.fs2

Members list

Packages

Type members

Classlikes

final case class RabbitMQ[F[_]](config: RabbitMQConfig, client: RabbitClient[F])(implicit evidence$1: Async[F]) extends Module[F]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all
object RabbitMQ

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
RabbitMQ.type
case class RabbitMQConfig(nodes: NonEmptyList[Node], virtualHost: RabbitMQVirtualHost, connectionTimeout: FiniteDuration, ssl: Boolean, username: Option[RabbitMQUser], password: Option[Secret[RabbitMQPassword]], requeueOnNack: Boolean, requeueOnReject: Boolean, internalQueueSize: Option[IronType[Int, Positive]], requestedHeartbeat: FiniteDuration, automaticRecovery: Boolean, clientProvidedConnectionName: Option[RabbitMQConnectionName]) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object RabbitMQConnectionName extends RefinedTypeOps[String, RabbitMQConnectionNameConstraint, RabbitMQConnectionName]

Attributes

Supertypes
trait RefinedTypeOps[String, RabbitMQConnectionNameConstraint, RabbitMQConnectionName]
class Object
trait Matchable
class Any
Self type
class RabbitMQLoader extends Loader

Attributes

Supertypes
trait Loader
class Object
trait Matchable
class Any
object RabbitMQPassword extends RefinedTypeOps[String, RabbitMQPasswordConstraint, RabbitMQPassword]

Attributes

Supertypes
trait RefinedTypeOps[String, RabbitMQPasswordConstraint, RabbitMQPassword]
class Object
trait Matchable
class Any
Self type
object RabbitMQUser extends RefinedTypeOps[String, RabbitMQUserConstraint, RabbitMQUser]

Attributes

Supertypes
trait RefinedTypeOps[String, RabbitMQUserConstraint, RabbitMQUser]
class Object
trait Matchable
class Any
Self type
object RabbitMQVirtualHost extends RefinedTypeOps[String, RabbitMQVirtualHostConstraint, RabbitMQVirtualHost]

Attributes

Supertypes
trait RefinedTypeOps[String, RabbitMQVirtualHostConstraint, RabbitMQVirtualHost]
class Object
trait Matchable
class Any
Self type

Types

opaque type RabbitMQPassword
opaque type RabbitMQUser
opaque type RabbitMQVirtualHost

Value members

Concrete methods

def rabbit[F[_]](using p: Pillars[F]): RabbitMQ[F]