Package cronapi.pushnotification
Class FirebasePushNotificationService
- java.lang.Object
-
- cronapi.pushnotification.FirebasePushNotificationService
-
@Service public class FirebasePushNotificationService extends Object
-
-
Constructor Summary
Constructors Constructor Description FirebasePushNotificationService()FirebasePushNotificationService(String serverKEY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<String>send(org.springframework.http.HttpEntity<String> entity)
-
-
-
Constructor Detail
-
FirebasePushNotificationService
public FirebasePushNotificationService()
-
FirebasePushNotificationService
public FirebasePushNotificationService(String serverKEY)
-
-
Method Detail
-
send
@Async public CompletableFuture<String> send(org.springframework.http.HttpEntity<String> entity)
-
-