Interface INotificationProcessor<T extends INotificationData>


public interface INotificationProcessor<T extends INotificationData>
Represents a processor for an INotificationData type.

An INotificationProcessor implementation must be declared using Service Provider Interface ( @see SPI ).