public interface DeltaTarget extends TableAssessorSupplier<StandardizedTableDetail>
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configurer configurer)
Configure the source.
|
EventConsumer |
createConsumer(DeltaTargetContext context)
Create an event consumer that applies change events to the target system.
|
createTableAssessorstatic final String PLUGIN_TYPE
void configure(Configurer configurer)
configurer - configurer used to set configuration settingsEventConsumer createConsumer(DeltaTargetContext context) throws Exception
context - target context that provides access to application information and offset persistenceException - if the consumer could not be created, which will result in the program failureCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.