Class PingPongImpl
- java.lang.Object
-
- org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.PingPongImplBase
-
- org.apache.camel.quarkus.component.grpc.it.PingPongImpl
-
- All Implemented Interfaces:
io.grpc.BindableService
public class PingPongImpl extends PingPongGrpc.PingPongImplBase
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringGRPC_TEST_PONG_VALUE
-
Constructor Summary
Constructors Constructor Description PingPongImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message and getting pong answer synchronously-
Methods inherited from class org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.PingPongImplBase
bindService, pingAsyncAsync, pingAsyncSync, pingSyncAsync
-
-
-
-
Field Detail
-
GRPC_TEST_PONG_VALUE
static final String GRPC_TEST_PONG_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
pingSyncSync
public void pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)
Description copied from class:PingPongGrpc.PingPongImplBaseSending ping message and getting pong answer synchronously
- Overrides:
pingSyncSyncin classPingPongGrpc.PingPongImplBase
-
-