Package dev.cel.expr.conformance
Class ConformanceServiceGrpc.ConformanceServiceImplBase
java.lang.Object
dev.cel.expr.conformance.ConformanceServiceGrpc.ConformanceServiceImplBase
- All Implemented Interfaces:
ConformanceServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ConformanceServiceGrpc
public abstract static class ConformanceServiceGrpc.ConformanceServiceImplBase
extends Object
implements io.grpc.BindableService, ConformanceServiceGrpc.AsyncService
Base class for the server implementation of the service ConformanceService.
Access a CEL implementation from another process or machine. A CEL implementation is decomposed as a parser, a static checker, and an evaluator. Every CEL implementation is expected to provide a server for this API. The API will be used for conformance testing and other utilities.
-
Constructor Details
-
ConformanceServiceImplBase
public ConformanceServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-