Package com.buildless.service.v1
Class BuildlessGrpc.BuildlessImplBase
java.lang.Object
com.buildless.service.v1.BuildlessGrpc.BuildlessImplBase
- All Implemented Interfaces:
BuildlessGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
BuildlessGrpc
public abstract static class BuildlessGrpc.BuildlessImplBase
extends Object
implements io.grpc.BindableService, BuildlessGrpc.AsyncService
Base class for the server implementation of the service Buildless.
Defines the API surface for the main Buildless service. Methods defined in this service are typically open to third-party developers. Under the hood of Buildless-powered tools, or via 3rd-party tools, these methods may be used to interact with the global cache, manage account state, and more.
-
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 com.buildless.service.v1.BuildlessGrpc.AsyncService
cacheFetch, cacheFlush, cacheProbe, cacheStore
-
Constructor Details
-
BuildlessImplBase
public BuildlessImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-