public abstract class BaseDeserializerProxy<T,C extends BaseDeserializerProxyConfig<T>> extends BaseProxy<C> implements DeserializerProxy<T>
| Modifier and Type | Field and Description |
|---|---|
protected DeserializerProxy<T> |
backingDeserializer |
| Constructor and Description |
|---|
BaseDeserializerProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(java.time.Duration timeout) |
protected void |
configure(C config) |
T |
deserialize(java.lang.String topic,
byte[] data) |
close, getConfig, getConfigsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, configuregetConfig, getConfigs, getStringConfigprotected DeserializerProxy<T> backingDeserializer
protected void configure(C config)
public void close(java.time.Duration timeout)
Copyright © 2020–2022 Axual B.V.. All rights reserved.