Class NoOpSubscriptionProfileRegistry
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.supervisor.workload.weighted.NoOpSubscriptionProfileRegistry
-
- All Implemented Interfaces:
SubscriptionProfileRegistry
public class NoOpSubscriptionProfileRegistry extends java.lang.Object implements SubscriptionProfileRegistry
-
-
Constructor Summary
Constructors Constructor Description NoOpSubscriptionProfileRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description pl.allegro.tech.hermes.consumers.supervisor.workload.weighted.SubscriptionProfilesfetch()voidpersist(pl.allegro.tech.hermes.consumers.supervisor.workload.weighted.SubscriptionProfiles profiles)
-
-
-
Method Detail
-
fetch
public pl.allegro.tech.hermes.consumers.supervisor.workload.weighted.SubscriptionProfiles fetch()
- Specified by:
fetchin interfaceSubscriptionProfileRegistry
-
persist
public void persist(pl.allegro.tech.hermes.consumers.supervisor.workload.weighted.SubscriptionProfiles profiles)
- Specified by:
persistin interfaceSubscriptionProfileRegistry
-
-