org.wildfly.extras.creaper.commands.messaging
Class AddTopic
java.lang.Object
org.wildfly.extras.creaper.commands.messaging.AddTopic
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddTopic
- extends Object
- implements OnlineCommand, OfflineCommand
Creates new messaging topic.
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
apply
public void apply(OnlineCommandContext ctx)
throws IOException,
CommandFailedException
- Specified by:
apply in interface OnlineCommand
- Throws:
IOException
CommandFailedException
apply
public void apply(OfflineCommandContext ctx)
throws CommandFailedException,
IOException
- Specified by:
apply in interface OfflineCommand
- Throws:
CommandFailedException
IOException
toString
public String toString()
- Specified by:
toString in interface OfflineCommand- Specified by:
toString in interface OnlineCommand- Overrides:
toString in class Object
Copyright © 2020. All rights reserved.