P - The type of the payload published.public interface IPublisherAdmin<P> extends IPublisherManager<P>
| Modifier and Type | Method and Description |
|---|---|
void |
createTopics(boolean dryRun)
Create topics for all registered publishers.
|
void |
deleteObsoleteTopic(String topicId) |
void |
deleteTopics(boolean dryRun)
Delete topics for all registered publishers.
|
getMaximumMessageSize, getPublisherByName, getPublisherByName, getPublisherByNamevoid createTopics(boolean dryRun)
dryRun - If true then don't change anythingvoid deleteTopics(boolean dryRun)
dryRun - If true then don't change anythingvoid deleteObsoleteTopic(String topicId)
Copyright © 2018 Symphony Software Foundation. All rights reserved.