Package io.jmix.notifications
Interface NotificationManager.InputChannels
- All Known Subinterfaces:
NotificationManager.NotificationRequestBuilder
- All Known Implementing Classes:
NotificationManagerImpl.NotificationRequestBuilderImpl
- Enclosing interface:
- NotificationManager
public static interface NotificationManager.InputChannels
-
Method Summary
Modifier and TypeMethodDescriptiontoChannels
(NotificationChannel... channels) Sets notification channels.toChannels
(Collection<NotificationChannel> channels) Sets notification channels.toChannelsByNames
(String... channelNames) Sets notification channels by provided names.toChannelsByNames
(Collection<String> channelNames) Sets notification channels by provided names.
-
Method Details
-
toChannelsByNames
Sets notification channels by provided names.- Parameters:
channelNames
- channel names- Returns:
- builder
-
toChannelsByNames
Sets notification channels by provided names.- Parameters:
channelNames
- channel names- Returns:
- builder
-
toChannels
Sets notification channels.- Parameters:
channels
- channels- Returns:
- builder
-
toChannels
Sets notification channels.- Parameters:
channels
- channels- Returns:
- builder
-