public class SourceSynchronizer extends Object
| Constructor and Description |
|---|
SourceSynchronizer(io.siddhi.core.stream.input.source.SourceEventListener eventListener,
String[] bootstrapServers,
int maxBufferSize,
int bufferFlushInterval) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastConsumedSeqNo() |
void |
onEvent(String sourceId,
long sequenceNumber,
Object event,
String[] strings) |
void |
setLastConsumedSeqNo(long seqNo) |
public SourceSynchronizer(io.siddhi.core.stream.input.source.SourceEventListener eventListener,
String[] bootstrapServers,
int maxBufferSize,
int bufferFlushInterval)
Copyright © 2019 WSO2. All rights reserved.