MessageBrokerConnectionFactory

io.github.positionpal.location.messages.MessageBrokerConnectionFactory

A factory for creating connections to RabbitMQ message broker.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ofRabbitMQ[F[_] : Console](configuration: Configuration): Resource[F, Connection[F]]

Create a new connection to a RabbitMQ broker using the given configuration.

Create a new connection to a RabbitMQ broker using the given configuration.

Attributes

Returns

a Resource encapsulating the connection to the RabbitMQ broker.