Class DefaultZookeeperGroupRepositoryFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.hermes.domain.group.GroupRepository create​(org.apache.curator.framework.CuratorFramework zookeeper, com.fasterxml.jackson.databind.ObjectMapper mapper, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths)  
      • Methods inherited from class java.lang.Object

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

      • DefaultZookeeperGroupRepositoryFactory

        public DefaultZookeeperGroupRepositoryFactory()
    • Method Detail

      • create

        public pl.allegro.tech.hermes.domain.group.GroupRepository create​(org.apache.curator.framework.CuratorFramework zookeeper,
                                                                          com.fasterxml.jackson.databind.ObjectMapper mapper,
                                                                          pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths)
        Specified by:
        create in interface ZookeeperGroupRepositoryFactory