Class InvokeCommand

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

public class InvokeCommand extends GcurlBaseCommand
  • Field Details

  • Constructor Details

    • InvokeCommand

      public InvokeCommand()
  • 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