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.
|
default void |
initialize(DeltaTargetContext context)
Initialize the Delta Target stage.
|
createTableAssessor, createTableAssessorstatic final String PLUGIN_TYPE
void configure(Configurer configurer)
configurer - configurer used to set configuration settingsdefault void initialize(DeltaTargetContext context) throws Exception
context - DeltaTargetContextException - if there is any error during initializationEventConsumer 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 © 2021 CDAP Licensed under the Apache License, Version 2.0.