Package org.apache.kafka.streams.kstream
Class SessionWindowedDeserializer<T>
java.lang.Object
org.apache.kafka.streams.kstream.SessionWindowedDeserializer<T>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.kafka.common.serialization.Deserializer<Windowed<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionSessionWindowedDeserializer
(org.apache.kafka.common.serialization.Deserializer<T> inner) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.common.serialization.Deserializer
deserialize, deserialize
-
Constructor Details
-
SessionWindowedDeserializer
public SessionWindowedDeserializer() -
SessionWindowedDeserializer
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-
deserialize
- Specified by:
deserialize
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-