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 Details

    • BuildlessImplBase

      public BuildlessImplBase()
  • Method Details

    • bindService

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