public class RemoveTopicRepositoryCommand extends RepositoryCommand<pl.allegro.tech.hermes.domain.topic.TopicRepository>
| Constructor and Description |
|---|
RemoveTopicRepositoryCommand(pl.allegro.tech.hermes.api.TopicName topicName) |
| Modifier and Type | Method and Description |
|---|---|
void |
backup(pl.allegro.tech.hermes.domain.topic.TopicRepository repository) |
void |
execute(pl.allegro.tech.hermes.domain.topic.TopicRepository repository) |
java.lang.Class<pl.allegro.tech.hermes.domain.topic.TopicRepository> |
getRepositoryType() |
void |
rollback(pl.allegro.tech.hermes.domain.topic.TopicRepository repository) |
java.lang.String |
toString() |
public RemoveTopicRepositoryCommand(pl.allegro.tech.hermes.api.TopicName topicName)
public void backup(pl.allegro.tech.hermes.domain.topic.TopicRepository repository)
backup in class RepositoryCommand<pl.allegro.tech.hermes.domain.topic.TopicRepository>public void execute(pl.allegro.tech.hermes.domain.topic.TopicRepository repository)
execute in class RepositoryCommand<pl.allegro.tech.hermes.domain.topic.TopicRepository>public void rollback(pl.allegro.tech.hermes.domain.topic.TopicRepository repository)
rollback in class RepositoryCommand<pl.allegro.tech.hermes.domain.topic.TopicRepository>public java.lang.Class<pl.allegro.tech.hermes.domain.topic.TopicRepository> getRepositoryType()
getRepositoryType in class RepositoryCommand<pl.allegro.tech.hermes.domain.topic.TopicRepository>public java.lang.String toString()
toString in class java.lang.Object