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>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault deserializer for the inner deserializer class of a windowed record. -
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, waitMethods inherited from interface org.apache.kafka.common.serialization.Deserializer
deserialize, deserialize
-
Field Details
-
WINDOWED_INNER_DESERIALIZER_CLASS
Default deserializer for the inner deserializer class of a windowed record. Must implement theSerdeinterface.- See Also:
-
-
Constructor Details
-
SessionWindowedDeserializer
public SessionWindowedDeserializer() -
SessionWindowedDeserializer
-
-
Method Details
-
configure
-
deserialize
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-