Interface StoreSupplier<T extends StateStore>

    • Method Detail

      • name

        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

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