Interface CustomCommandFactory
public interface CustomCommandFactory
Entry point to build custom commands for the Pulsar Admin CLI tools.
-
Method Summary
Modifier and TypeMethodDescriptioncommandGroups(CommandExecutionContext context) Generate the available command groups.
-
Method Details
-
commandGroups
Generate the available command groups.- Parameters:
context-- Returns:
- the list of new commands groups.
-