Interface PubSubTopic

All Known Implementing Classes:
PubSubTopicImpl

public interface PubSubTopic
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the topic
    • getPubSubTopicType

      PubSubTopicType getPubSubTopicType()
      Returns:
      the PubSubTopicType of the topic
    • getStoreName

      String getStoreName()
      Returns:
      the store name that this topic is associated with.
    • isRealTime

      default boolean isRealTime()
    • isSeparateRealTimeTopic

      default boolean isSeparateRealTimeTopic()
    • isStreamReprocessingTopic

      default boolean isStreamReprocessingTopic()
    • isVersionTopic

      default boolean isVersionTopic()
    • isVersionTopicOrStreamReprocessingTopic

      default boolean isVersionTopicOrStreamReprocessingTopic()
    • isViewTopic

      default boolean isViewTopic()