Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.PingPongStub
-
Packages that use PingPongGrpc.PingPongStub Package Description org.apache.camel.quarkus.component.grpc.it.model -
-
Uses of PingPongGrpc.PingPongStub in org.apache.camel.quarkus.component.grpc.it.model
Methods in org.apache.camel.quarkus.component.grpc.it.model that return PingPongGrpc.PingPongStub Modifier and Type Method Description protected PingPongGrpc.PingPongStubPingPongGrpc.PingPongStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)static PingPongGrpc.PingPongStubPingPongGrpc. newStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-