public class BatchEvent
extends java.lang.Object
Constructor and Description |
---|
BatchEvent(long syncAccountId) |
Modifier and Type | Method and Description |
---|---|
boolean |
addEvent(Event event) |
protected boolean |
addFile(java.nio.file.Path filePath,
java.lang.String zipFileId,
int batchFileMaxSize) |
void |
fireBatchEvent() |
boolean |
isClosed() |
protected void |
writeFilePathToZip(java.nio.file.Path filePath,
java.lang.String name) |
public BatchEvent(long syncAccountId) throws java.lang.Exception
java.lang.Exception
public boolean addEvent(Event event)
public void fireBatchEvent()
public boolean isClosed()
protected boolean addFile(java.nio.file.Path filePath, java.lang.String zipFileId, int batchFileMaxSize) throws java.io.IOException
java.io.IOException
protected void writeFilePathToZip(java.nio.file.Path filePath, java.lang.String name) throws java.io.IOException
java.io.IOException