| Package | Description |
|---|---|
| org.exoplatform.commons.api.notification.channel | |
| org.exoplatform.commons.api.notification.lifecycle | |
| org.exoplatform.commons.api.notification.model |
| Modifier and Type | Method and Description |
|---|---|
AbstractChannel |
ChannelManager.getChannel(ChannelKey key)
Gets the channel by the specified key
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractChannel> |
ChannelManager.getChannels()
Gets list of the channels
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.register(AbstractChannel channel)
Register new channel
|
void |
ChannelManager.unregister(AbstractChannel channel)
Unregister the specified channel
|
| Modifier and Type | Method and Description |
|---|---|
AbstractChannel |
AbstractNotificationLifecycle.getChannel()
Gets the channel
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNotificationLifecycle.setChannel(AbstractChannel channel)
Sets the channel to the lifecycle
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelKey |
ChannelKey.key(AbstractChannel channel) |
| Constructor and Description |
|---|
ChannelKey(AbstractChannel channel) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.