public interface

NotificationHandler

com.atlassian.stash.notification.NotificationHandler<T extends com.atlassian.stash.notification.Notification>

Class Overview

Notification Handler takes a Notification and pushes it to a channel

Summary

Public Methods
void handle(T notification, Iterable<StashUser> recipients)

Public Methods

public void handle (T notification, Iterable<StashUser> recipients)