Interface NotificationDestination

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 NotificationDestination
Represents a single destination for Notification. As a single Profile may have multiple registration instances, this will accept the various Consumers and NotificationParameters to send to each registered destination.