public class SimpleHttpNotificationSender extends HttpNotificationSender
| Constructor and Description |
|---|
SimpleHttpNotificationSender(HttpNotificationSenderConfig config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.NotificationResponse> |
send(org.tiogasolutions.notify.notifier.request.NotificationRequest request) |
protected javax.ws.rs.core.Response |
sendRequest(org.tiogasolutions.notify.notifier.request.NotificationRequest request,
org.tiogasolutions.notify.notifier.request.NotificationRequest.Status status) |
dispose, getBaseUrl, getClient, getExecutorService, sendAttachmentpublic SimpleHttpNotificationSender(HttpNotificationSenderConfig config)
public java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.NotificationResponse> send(org.tiogasolutions.notify.notifier.request.NotificationRequest request)
send in interface org.tiogasolutions.notify.notifier.sender.NotificationSendersend in class HttpNotificationSenderprotected javax.ws.rs.core.Response sendRequest(org.tiogasolutions.notify.notifier.request.NotificationRequest request,
org.tiogasolutions.notify.notifier.request.NotificationRequest.Status status)
sendRequest in class HttpNotificationSender