Package org.springframework.pulsar.core
Interface PulsarAdministrationOperations
- All Known Implementing Classes:
PulsarAdministration
public interface PulsarAdministrationOperations
The Pulsar administration contract.
- Author:
- Alexander Preuß
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createOrModifyTopics
(PulsarTopic... topics) Create or modify the given topics.
-
Method Details
-
createOrModifyTopics
Create or modify the given topics.- Parameters:
topics
- the topics to create or change
-