RabbitMQNotificationsPublisherImpl
Attributes
- Graph
-
- Supertypes
-
trait Utilstrait Protocoltrait NotificationServiceProxy[F]trait NotificationService[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Send the given command to the external notification service, which will handle the actual sending.
Send the given command to the external notification service, which will handle the actual sending.
Attributes
- Definition Classes
Inherited methods
Send the given message to all users sharing a group with the given user on behalf of the sender user.
Send the given message to all users sharing a group with the given user on behalf of the sender user.
Attributes
- Definition Classes
- Inherited from:
- NotificationServiceProxy
Send the given message to all members of the given recipient group on behalf of the sender user.
Send the given message to all members of the given recipient group on behalf of the sender user.
Attributes
- Definition Classes
- Inherited from:
- NotificationServiceProxy
Send the given message to all members of the group of the given scope on behalf of the scope user.
Send the given message to all members of the group of the given scope on behalf of the scope user.
Attributes
- Inherited from:
- NotificationService
Inherited fields
The name of the exchange where group events are published by the user-group microservice.
The name of the exchange where group events are published by the user-group microservice.
Attributes
- Inherited from:
- Protocol
The name of the queue where group events are collected.
The key used in the header to identify the type of message.
The name of the exchange where notifications commands are published by the location service.
The name of the exchange where notifications commands are published by the location service.
Attributes
- Inherited from:
- Protocol
Extensions
Inherited extensions
Attributes
- Inherited from:
- Utils