| Interface | Description |
|---|---|
| NotificationContext |
Context accessible when handling the reception of a Notification by the
NotificationHandler.received(N, co.cask.cdap.notifications.service.NotificationContext) method. |
| NotificationHandler<N> |
Notification handler passed when subscribing to a
Id.NotificationFeed using
NotificationService.subscribe(co.cask.cdap.proto.Id.NotificationFeed, co.cask.cdap.notifications.service.NotificationHandler<N>). |
| NotificationService |
A Notification service for publishing and subscribing to notifications.
|
| Class | Description |
|---|---|
| TxRetryPolicy |
Retry policy object used by the
NotificationContext.execute(co.cask.cdap.api.TxRunnable, co.cask.cdap.notifications.service.TxRetryPolicy) method
to specify behavior when transaction execution fails. |
| Enum | Description |
|---|---|
| TxRetryPolicy.Policy |
Failure policy option enum.
|
| Exception | Description |
|---|---|
| NotificationException |
Exceptions about notifications.
|
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.