Class NotificationChannelDestinationHandlerManager

java.lang.Object
es.kukenan.smartfi.microservice.communication.service.channel.NotificationChannelDestinationHandlerManager

@Component public class NotificationChannelDestinationHandlerManager extends Object
Notification channel destination handler manager, used to find the proper channel destination handler for a given channel.
  • Field Details

  • Constructor Details

    • NotificationChannelDestinationHandlerManager

      public NotificationChannelDestinationHandlerManager()
  • Method Details

    • channel

      Find the implementation class for the given notification.
      Parameters:
      channel - notification channel.
      Returns:
      the provider implementation. UnexpectedException is thrown if no provider implementation found for the given notification request.