Class DescribeCommand

java.lang.Object
io.quarkus.grpc.cli.GcurlBaseCommand
io.quarkus.grpc.cli.DescribeCommand
All Implemented Interfaces:
Callable<Integer>

public class DescribeCommand extends GcurlBaseCommand
  • Constructor Details

    • DescribeCommand

      public DescribeCommand()
  • Method Details

    • getAction

      public String getAction()
      Description copied from class: GcurlBaseCommand
      The grpc subcommand (e.g. list, describe, invoke)
      Specified by:
      getAction in class GcurlBaseCommand
      Returns:
      the subcommand
    • execute

      protected void execute(io.grpc.reflection.v1.MutinyServerReflectionGrpc.MutinyServerReflectionStub stub)
      Specified by:
      execute in class GcurlBaseCommand