Class TopicOwnerCache
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.topic.TopicOwnerCache
-
@Component public class TopicOwnerCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TopicOwnerCache(pl.allegro.tech.hermes.domain.topic.TopicRepository topicRepository, GroupService groupService, int refreshRateInSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<pl.allegro.tech.hermes.api.TopicName>get(pl.allegro.tech.hermes.api.OwnerId ownerId)voidstop()
-
-
-
Constructor Detail
-
TopicOwnerCache
public TopicOwnerCache(pl.allegro.tech.hermes.domain.topic.TopicRepository topicRepository, GroupService groupService, @Value("${topicOwnerCache.refreshRateInSeconds}") int refreshRateInSeconds)
-
-