Class DslKeyValueParams
java.lang.Object
org.apache.kafka.streams.state.DslKeyValueParams
DslKeyValueParams is a wrapper class for all parameters that function as inputs to DslStoreSuppliers.keyValueStore(DslKeyValueParams).Constructor Summary
ConstructorsMethod Summary
Constructor Details
DslKeyValueParams
- Parameters:
name- the name of the store (cannot benull)isTimestamped- whether the returned stores should be timestamped, see (TimestampedKeyValueStore
Method Details
name
isTimestamped
public boolean isTimestamped()equals
hashCode
toString