RabbitMQNotificationsPublisher

io.github.positionpal.location.messages.notifications.RabbitMQNotificationsPublisher

A NotificationServiceProxy implementing the send() method for publishing notifications command to a RabbitMQ broker, expecting some downstream consumer service to handle the actual sending.

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class RabbitMQNotificationsPublisherImpl[F[_]](queue: Queue[F, PushNotificationCommand])(using evidence$1: Async[F]) extends NotificationServiceProxy[F], Utils

Attributes

Supertypes
trait Utils
trait Protocol
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_] : Async](): F[RabbitMQNotificationsPublisherImpl[F]]