public class LqCouchSender
extends org.tiogasolutions.notify.notifier.sender.LqAbstractSender
| Modifier and Type | Class and Description |
|---|---|
static class |
LqCouchSender.ProcessingException |
| Constructor and Description |
|---|
LqCouchSender(LqCouchSenderSetup setup) |
LqCouchSender(java.lang.String couchUrl,
java.lang.String databaseName,
java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected java.lang.String |
parseSuffix(org.tiogasolutions.notify.notifier.request.LqRequest request,
javax.ws.rs.client.Client client,
java.lang.String requestId) |
java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> |
send(org.tiogasolutions.notify.notifier.request.LqRequest request) |
public LqCouchSender(java.lang.String couchUrl,
java.lang.String databaseName,
java.lang.String username,
java.lang.String password)
public LqCouchSender(LqCouchSenderSetup setup)
public java.util.concurrent.Future<org.tiogasolutions.notify.notifier.request.LqResponse> send(org.tiogasolutions.notify.notifier.request.LqRequest request)
protected java.lang.String parseSuffix(org.tiogasolutions.notify.notifier.request.LqRequest request,
javax.ws.rs.client.Client client,
java.lang.String requestId)
throws LqCouchSender.ProcessingException
public void dispose()