Package io.quarkus.grpc.cli
Class InvokeCommand
java.lang.Object
io.quarkus.grpc.cli.GcurlBaseCommand
io.quarkus.grpc.cli.InvokeCommand
-
Field Summary
FieldsFields inherited from class io.quarkus.grpc.cli.GcurlBaseCommand
spec, unmatched, vertx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.grpc.cli.GcurlBaseCommand
call, err, execute, getFileDescriptorsFromProtos, log
-
Field Details
-
-
Constructor Details
-
InvokeCommand
public InvokeCommand()
-
-
Method Details
-
getAction
Description copied from class:GcurlBaseCommandThe grpc subcommand (e.g. list, describe, invoke)- Specified by:
getActionin classGcurlBaseCommand- Returns:
- the subcommand
-
execute
protected void execute(io.grpc.reflection.v1.MutinyServerReflectionGrpc.MutinyServerReflectionStub stub) - Specified by:
executein classGcurlBaseCommand
-