@Component
public class SubscriptionOwnerCache
extends java.lang.Object
| Constructor and Description |
|---|
SubscriptionOwnerCache(pl.allegro.tech.hermes.domain.subscription.SubscriptionRepository subscriptionRepository,
TopicService topicService,
int refreshRateInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
stop() |
public SubscriptionOwnerCache(pl.allegro.tech.hermes.domain.subscription.SubscriptionRepository subscriptionRepository,
TopicService topicService,
@Value(value="${subscriptionOwnerCache.refreshRateInSeconds}")
int refreshRateInSeconds)