Class DefaultZookeeperGroupRepositoryFactory
- java.lang.Object
-
- pl.allegro.tech.hermes.management.config.storage.DefaultZookeeperGroupRepositoryFactory
-
- All Implemented Interfaces:
ZookeeperGroupRepositoryFactory
public class DefaultZookeeperGroupRepositoryFactory extends java.lang.Object implements ZookeeperGroupRepositoryFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultZookeeperGroupRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description pl.allegro.tech.hermes.domain.group.GroupRepositorycreate(org.apache.curator.framework.CuratorFramework zookeeper, com.fasterxml.jackson.databind.ObjectMapper mapper, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths paths)
-
-
-
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:
createin interfaceZookeeperGroupRepositoryFactory
-
-