Interface NotificationMessageProvider<T>

All Superinterfaces:
Function<String,NotificationMessage<T>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NotificationMessageProvider<T> extends Function<String,NotificationMessage<T>>
Provider of NotificationMessage(s) that can be used for creating the notifications
Author:
Filip Hrisafov