Class PulsarClientTool

java.lang.Object
org.apache.pulsar.client.cli.PulsarClientTool
Direct Known Subclasses:
ClientShell

public class PulsarClientTool extends Object
  • Field Details

    • rootParams

      protected PulsarClientTool.RootParams rootParams
    • jcommander

      protected com.beust.jcommander.JCommander jcommander
    • produceCommand

      protected CmdProduce produceCommand
    • consumeCommand

      protected CmdConsume consumeCommand
    • readCommand

      protected CmdRead readCommand
  • Constructor Details

    • PulsarClientTool

      public PulsarClientTool(Properties properties)
  • Method Details

    • initJCommander

      protected void initJCommander()
    • initRootParamsFromProperties

      protected void initRootParamsFromProperties(Properties properties)
    • run

      public int run(String[] args)
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception