Class FcmPushBcNotificationsServiceHandler
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase.AbstractFcmPushNotificationsServiceHandler
es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase.FcmPushBcNotificationsServiceHandler
- All Implemented Interfaces:
PushOperationSystemHandler
@Service
public class FcmPushBcNotificationsServiceHandler
extends AbstractFcmPushNotificationsServiceHandler
Service for create messages and send notification for android devices.
-
Constructor Summary
ConstructorsConstructorDescriptionFcmPushBcNotificationsServiceHandler(String firebaseBcConfigPath) Required fields constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase.AbstractFcmPushNotificationsServiceHandler
accepts, initialize, sendNotification
-
Constructor Details
-
FcmPushBcNotificationsServiceHandler
public FcmPushBcNotificationsServiceHandler(@Value("${app.firebase-bc-configuration-file}") String firebaseBcConfigPath) Required fields constructor.- Parameters:
firebaseBcConfigPath- path for the KukenBank firebase configuration file.
-