Interface BrokerTopicManagement
-
- All Known Implementing Classes:
KafkaBrokerTopicManagement
public interface BrokerTopicManagement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateTopic(pl.allegro.tech.hermes.api.Topic topic)voidremoveTopic(pl.allegro.tech.hermes.api.Topic topic)booleantopicExists(pl.allegro.tech.hermes.api.Topic topic)voidupdateTopic(pl.allegro.tech.hermes.api.Topic topic)
-