Class InternalTopologyBuilder.SubscriptionUpdates

  • Enclosing class:
    InternalTopologyBuilder

    public static class InternalTopologyBuilder.SubscriptionUpdates
    extends java.lang.Object
    Used to capture subscribed topic via Patterns discovered during the partition assignment process.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> getUpdates()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SubscriptionUpdates

        public SubscriptionUpdates()
    • Method Detail

      • getUpdates

        public java.util.Collection<java.lang.String> getUpdates()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object