Interface StoreSupplier<T extends StateStore>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T get()
      Return a new StateStore instance.
      java.lang.String metricsScope()
      Return a String that is used as the scope for metrics recorded by Metered stores.
      java.lang.String name()
      Return the name of this state store supplier.
    • Method Detail

      • name

        java.lang.String name()
        Return the name of this state store supplier. This must be a valid Kafka topic name; valid characters are ASCII alphanumerics, '.', '_' and '-'.
        Returns:
        the name of this state store supplier
      • metricsScope

        java.lang.String metricsScope()
        Return a String that is used as the scope for metrics recorded by Metered stores.
        Returns:
        metricsScope