Class DslKeyValueParams

java.lang.Object
org.apache.kafka.streams.state.DslKeyValueParams

public class DslKeyValueParamsextends Object
DslKeyValueParams is a wrapper class for all parameters that function as inputs to DslStoreSuppliers.keyValueStore(DslKeyValueParams).
  • Constructor Details

    • DslKeyValueParams

      public DslKeyValueParams(String name, boolean isTimestamped)
      Parameters:
      name - the name of the store (cannot be null)
      isTimestamped - whether the returned stores should be timestamped, see (TimestampedKeyValueStore
  • Method Details