Class PushDestinationHandler
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.channel.SmsDestinationHandler
es.kukenan.smartfi.microservice.communication.service.channel.PushDestinationHandler
- All Implemented Interfaces:
NotificationChannelDestinationHandler
Push destinations handler, used to extract push from several entities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(NotificationChannel channel) Return true if this handler is able to send the given notification channel.Methods inherited from class es.kukenan.smartfi.microservice.communication.service.channel.SmsDestinationHandler
getAddress, getAddress
-
Constructor Details
-
PushDestinationHandler
public PushDestinationHandler()
-
-
Method Details
-
accepts
Description copied from interface:NotificationChannelDestinationHandlerReturn true if this handler is able to send the given notification channel.- Specified by:
acceptsin interfaceNotificationChannelDestinationHandler- Overrides:
acceptsin classSmsDestinationHandler- Parameters:
channel- notification channel.- Returns:
- true if this handler is able to send the given notification channel.
-