public class HttpSyncEventSender extends EventSender
| Constructor and Description |
|---|
HttpSyncEventSender(FoxtrotClientConfig config,
IFoxtrotCluster client,
EventSerializationHandler serializationHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
send(Document document) |
void |
send(List<Document> documents) |
void |
send(String table,
byte[] payload) |
void |
send(String table,
Document document) |
void |
send(String table,
List<Document> documents) |
getSerializationHandlerpublic HttpSyncEventSender(FoxtrotClientConfig config, IFoxtrotCluster client, EventSerializationHandler serializationHandler)
public void send(Document document)
send in class EventSenderpublic void send(String table, Document document)
send in class EventSenderpublic void send(List<Document> documents)
send in class EventSenderpublic void send(String table, List<Document> documents)
send in class EventSenderpublic void close()
close in class EventSenderpublic void send(String table, byte[] payload)
Copyright © 2020. All rights reserved.