Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
public interface SinkTaskContext {
    ...
    Map<String, String> configs() {
        ...;
    }
    ...
}
 
public interface SourceTaskContext {
    ...
    Map<String, String> configs() {
        ...
    };
    ...
}

 

The following configuration properties for Connect will be added.

...