Interface ZookeeperGroupRepositoryFactory

    • Method Summary

      All Methods Instance Methods Abstract 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)  
    • Method Detail

      • create

        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)