Class ConsumerAssignmentRegistry


  • public class ConsumerAssignmentRegistry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsumerAssignmentRegistry​(org.apache.curator.framework.CuratorFramework curator, int assignmentsEncoderBufferSize, java.lang.String clusterName, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths, SubscriptionIds subscriptionIds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateAssignments​(java.lang.String consumerNode, java.util.Set<pl.allegro.tech.hermes.api.SubscriptionName> subscriptions)  
      • Methods inherited from class java.lang.Object

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

      • ConsumerAssignmentRegistry

        public ConsumerAssignmentRegistry​(org.apache.curator.framework.CuratorFramework curator,
                                          int assignmentsEncoderBufferSize,
                                          java.lang.String clusterName,
                                          pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths,
                                          SubscriptionIds subscriptionIds)
    • Method Detail

      • updateAssignments

        public void updateAssignments​(java.lang.String consumerNode,
                                      java.util.Set<pl.allegro.tech.hermes.api.SubscriptionName> subscriptions)