public class EventSender extends Object
| Constructor and Description |
|---|
EventSender(DBConnection conn,
String tableName,
List<EventSchema> eventSchemas,
List<String> eventTimeFields,
List<String> commonFields) |
| Modifier and Type | Method and Description |
|---|---|
BasicDictionary |
appendEventWithResponse(String engine,
String eventType,
List<Entity> attributes,
String responseType,
int timeout,
String condition) |
void |
sendEvent(String eventType,
List<Entity> attributes) |
public EventSender(DBConnection conn, String tableName, List<EventSchema> eventSchemas, List<String> eventTimeFields, List<String> commonFields) throws IOException
IOExceptionCopyright © 2026 DolphinDB. All rights reserved.