Interface PubSubTopic

  • All Known Implementing Classes:
    PubSubTopicImpl

    public interface PubSubTopic
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of the topic
      • getStoreName

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

        default boolean isRealTime()
      • isStreamReprocessingTopic

        default boolean isStreamReprocessingTopic()
      • isVersionTopic

        default boolean isVersionTopic()
      • isVersionTopicOrStreamReprocessingTopic

        default boolean isVersionTopicOrStreamReprocessingTopic()
      • isViewTopic

        default boolean isViewTopic()