Circed::Services::NotificationService
Inherits Reference / Object
Constructors
new(user_repository : Repositories::UserRepository, channel_repository : Repositories::ChannelRepository)
SourceInstance methods
notify_channel(channel : Domain::Channel, message : String, exclude_nickname : String | Nil = nil)
Sourcenotify_channel(channel_name : String, message : String, exclude_nickname : String | Nil = nil)
Sourcenotify_channels(nickname : String, channels : Enumerable(Domain::Channel), message : String)
Sourcenotify_user(nickname : String, message : String)
Source