io.vamp.common

notification

package notification

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractPulseNotificationActor extends AbstractLoggingActor with NotificationActor with TagResolverProvider with PulseClientProvider with PulseNotificationEventFormatter with ActorExecutionContextProvider

  2. trait ActorLoggingNotificationProvider extends NotificationProvider

  3. trait ActorNotificationProvider extends NotificationProvider

  4. trait DefaultNotificationEventFormatter extends PulseNotificationEventFormatter with TagResolverProvider

  5. trait DefaultPackageMessageResolverProvider extends MessageResolverProvider

  6. class DefaultPulseNotificationActor extends AbstractPulseNotificationActor with DefaultTagResolverProvider with DefaultNotificationEventFormatter

  7. trait DefaultTagResolverProvider extends TagResolverProvider

  8. case class Error(notification: Notification, message: String) extends Product with Serializable

  9. trait ErrorNotification extends Notification

  10. case class Info(notification: Notification, message: String) extends Product with Serializable

  11. class LoggingNotificationActor extends AbstractLoggingActor with NotificationActor

  12. trait LoggingNotificationProvider extends NotificationProvider

  13. trait MessageResolverProvider extends AnyRef

  14. trait Notification extends AnyRef

  15. trait NotificationActor extends AnyRef

  16. case class NotificationErrorException(notification: Notification, message: String) extends RuntimeException with Product with Serializable

  17. trait NotificationProvider extends AnyRef

  18. trait PulseEvent extends AnyRef

  19. trait PulseLoggingNotificationProvider extends LoggingNotificationProvider with TagResolverProvider with PulseClientProvider with DefaultNotificationEventFormatter

  20. trait PulseNotificationEventFormatter extends AnyRef

    Created by lazycoder on 13/03/15.

  21. trait TagResolverProvider extends AnyRef

    Created by lazycoder on 12/03/15.

Ungrouped