Package energy.eddie.outbound.kafka
Class CustomDeserializer<T>
java.lang.Object
energy.eddie.outbound.kafka.CustomDeserializer<T>
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.serialization.Deserializer<T>
public class CustomDeserializer<T>
extends Object
implements org.apache.kafka.common.serialization.Deserializer<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.kafka.common.serialization.Deserializer
close, configure, deserialize, deserialize
-
Constructor Details
-
CustomDeserializer
-
-
Method Details
-
deserialize
- Specified by:
deserializein interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-