public interface StreamingChangeEventSource extends ChangeEventSource
ChangeEventSource.ChangeEventSourceContext| Modifier and Type | Method and Description |
|---|---|
default void |
commitOffset(Map<String,?> offset)
Commits the given offset with the source database.
|
void |
execute(ChangeEventSource.ChangeEventSourceContext context)
Executes this source.
|
void execute(ChangeEventSource.ChangeEventSourceContext context) throws InterruptedException
context - contextual information for this source's executionInterruptedException - in case the snapshot was aborted before completionCopyright © 2020 JBoss by Red Hat. All rights reserved.