Class FunctionServiceGrpc.FunctionServiceImplBase

  • All Implemented Interfaces:
    FunctionServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    FunctionServiceGrpc

    public abstract static class FunctionServiceGrpc.FunctionServiceImplBase
    extends Object
    implements io.grpc.BindableService, FunctionServiceGrpc.AsyncService
    Base class for the server implementation of the service FunctionService.
     Google Cloud Functions is used to deploy functions that are executed by
     Google in response to various events. Data connected with that event is
     passed to a function as the input data.
     A **function** is a resource which describes a function that should be
     executed and how it is triggered.
     
    • Constructor Detail

      • FunctionServiceImplBase

        public FunctionServiceImplBase()
    • Method Detail

      • bindService

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