public class ConsumerAssignmentCacheFactory extends java.lang.Object implements org.glassfish.hk2.api.Factory<ConsumerAssignmentCache>
| Constructor and Description |
|---|
ConsumerAssignmentCacheFactory(org.apache.curator.framework.CuratorFramework curator,
pl.allegro.tech.hermes.common.config.ConfigFactory configFactory,
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths,
SubscriptionsCache subscriptionsCache,
SubscriptionIds subscriptionIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(ConsumerAssignmentCache instance) |
ConsumerAssignmentCache |
provide() |
@Inject
public ConsumerAssignmentCacheFactory(org.apache.curator.framework.CuratorFramework curator,
pl.allegro.tech.hermes.common.config.ConfigFactory configFactory,
pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths,
SubscriptionsCache subscriptionsCache,
SubscriptionIds subscriptionIds)
public ConsumerAssignmentCache provide()
provide in interface org.glassfish.hk2.api.Factory<ConsumerAssignmentCache>public void dispose(ConsumerAssignmentCache instance)
dispose in interface org.glassfish.hk2.api.Factory<ConsumerAssignmentCache>