| Package | Description |
|---|---|
| io.appform.foxtrot.client | |
| io.appform.foxtrot.client.senders | |
| io.appform.foxtrot.client.serialization |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EventSender.send(Document document) |
void |
FoxtrotClient.send(Document document) |
abstract void |
EventSender.send(String table,
Document document) |
void |
FoxtrotClient.send(String tableName,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EventSender.send(List<Document> documents) |
void |
FoxtrotClient.send(List<Document> documents) |
abstract void |
EventSender.send(String table,
List<Document> documents) |
void |
FoxtrotClient.send(String tableName,
List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpAsyncEventSender.send(Document document) |
void |
QueuedSender.send(Document document) |
void |
HttpSyncEventSender.send(Document document) |
void |
HttpAsyncEventSender.send(String table,
Document document) |
void |
QueuedSender.send(String table,
Document document) |
void |
HttpSyncEventSender.send(String table,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpAsyncEventSender.send(List<Document> documents) |
void |
QueuedSender.send(List<Document> documents) |
void |
HttpSyncEventSender.send(List<Document> documents) |
void |
HttpAsyncEventSender.send(String table,
List<Document> documents) |
void |
QueuedSender.send(String table,
List<Document> documents) |
void |
HttpSyncEventSender.send(String table,
List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
Document |
JacksonJsonSerializationHandler.deserialize(byte[] data) |
Document |
EventSerializationHandler.deserialize(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JacksonJsonSerializationHandler.serialize(Document document) |
byte[] |
EventSerializationHandler.serialize(Document document) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JacksonJsonSerializationHandler.serialize(List<Document> documents) |
byte[] |
EventSerializationHandler.serialize(List<Document> documents) |
Copyright © 2020. All rights reserved.