Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The interface QueryableStoreType will append a new method, this . This can be assign assigned KafkaStreams instance to all ComposeReadOnlyXXXXStore instance for checking KafkaStreams instance state. 

Code Block
languagejava
public interface QueryableStoreType<T> {
  void setStreams(final KafkaStreams kafkaStreamsstreams);
}

...


The following is the public method that users will call:

...