public interface Deserializer<V> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
default void |
configure(Map<?,?> configs) |
V |
deserialize(ResultSet data,
String topic,
String dbName) |
default void configure(Map<?,?> configs)
V deserialize(ResultSet data, String topic, String dbName) throws DeserializerException, SQLException
DeserializerExceptionSQLExceptiondefault void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2023. All rights reserved.