Class EventsTopicNames


  • public class EventsTopicNames
    extends java.lang.Object
    System topic names for each EventType.
    • Field Detail

      • NAMESPACE_EVENTS_LOCAL_NAME

        public static final java.lang.String NAMESPACE_EVENTS_LOCAL_NAME
        Local topic name for the namespace events.
        See Also:
        Constant Field Values
      • TRANSACTION_BUFFER_SNAPSHOT

        public static final java.lang.String TRANSACTION_BUFFER_SNAPSHOT
        Local topic name for the transaction buffer snapshot.
        See Also:
        Constant Field Values
      • EVENTS_TOPIC_NAMES

        public static final java.util.Set<java.lang.String> EVENTS_TOPIC_NAMES
        The set of all local topic names declared above.
    • Constructor Detail

      • EventsTopicNames

        public EventsTopicNames()
    • Method Detail

      • checkTopicIsEventsNames

        public static boolean checkTopicIsEventsNames​(TopicName topicName)
      • checkTopicIsTransactionCoordinatorAssign

        public static boolean checkTopicIsTransactionCoordinatorAssign​(TopicName topicName)
      • isTopicPoliciesSystemTopic

        public static boolean isTopicPoliciesSystemTopic​(java.lang.String topic)