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 Details

    • PingPongImplBase

      public PingPongImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService