| Package | Description |
|---|---|
| co.cask.cdap.notifications.service |
| Modifier and Type | Method and Description |
|---|---|
<N> org.apache.twill.common.Cancellable |
NotificationService.subscribe(co.cask.cdap.proto.id.NotificationFeedId feed,
NotificationHandler<N> handler)
Subscribe to the notification received on the
feed, and handle the notifications with the handler. |
<N> org.apache.twill.common.Cancellable |
NotificationService.subscribe(co.cask.cdap.proto.id.NotificationFeedId feed,
NotificationHandler<N> handler,
Executor executor)
Subscribe to the notification received on the
feed, and handle the notifications with the handler. |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.