- publish(Data) - Method in interface com.dsf.dbxtract.cdc.journal.JournalHandler
-
Publishes captured data (like writing a file or publishing to a kafka
queue).
- publish(Data) - Method in class com.dsf.dbxtract.cdc.journal.SimpleJournalHandler
-
- publish(Data) - Method in interface com.dsf.dbxtract.cdc.Publisher
-
Publish retrieved data.
- publish(Data) - Method in class com.dsf.dbxtract.cdc.sample.TestHandler
-
Publish imported data to...
- publish(Data) - Method in class com.dsf.dbxtract.cdc.sample.TestWindowHandler
-
Publish imported data to...
- Publisher - Interface in com.dsf.dbxtract.cdc
-
Interface that represents a way to publish retrieved data.
- PublishException - Exception in com.dsf.dbxtract.cdc
-
The class PublishException is a form of Throwable
that indicates a
failure while publishing captured data to any external destination.
- PublishException(String) - Constructor for exception com.dsf.dbxtract.cdc.PublishException
-
Construcs a new exception with specified detail message.
- PublishException(Throwable) - Constructor for exception com.dsf.dbxtract.cdc.PublishException
-
Constructs a new exception with the specified cause.
- PublishException(String, Throwable) - Constructor for exception com.dsf.dbxtract.cdc.PublishException
-
Constructs a new exception with the specified detail message and cause.
- PublishException(String, Throwable, boolean, boolean) - Constructor for exception com.dsf.dbxtract.cdc.PublishException
-
Constructs a new exception with the specified detail message, cause,
suppression enabled or disabled, and writable stack trace enabled or
disabled.