package notifications
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CurrentDeployments extends AnyRef
- class ManagementActorCurrentDeployments extends CurrentDeployments
- case class Notification(id: String, scenarioName: Option[ProcessName], message: String, type: Option[NotificationType.Value], toRefresh: List[DataToRefresh]) extends Product with Serializable
- case class NotificationConfig(duration: FiniteDuration) extends Product with Serializable
- class NotificationService extends AnyRef
- class NotificationsListener extends ProcessChangeListener with LazyLogging
Value Members
- object DataToRefresh extends Enumeration
- object Notification extends Serializable
- object NotificationType extends Enumeration