Class PingPongGrpc.PingPongImplBase
java.lang.Object
org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.PingPongImplBase
- All Implemented Interfaces:
io.grpc.BindableService,PingPongGrpc.AsyncService
- Direct Known Subclasses:
PingPongImpl
- Enclosing class:
- PingPongGrpc
public abstract static class PingPongGrpc.PingPongImplBase
extends Object
implements io.grpc.BindableService, PingPongGrpc.AsyncService
Base class for the server implementation of the service PingPong.
The PingPong service definition.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.AsyncService
pingAsyncAsync, pingAsyncSync, pingSyncAsync, pingSyncSync
-
Constructor Details
-
PingPongImplBase
public PingPongImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-