Class WorkflowsGrpc.WorkflowsImplBase

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

    public abstract static class WorkflowsGrpc.WorkflowsImplBase
    extends Object
    implements io.grpc.BindableService, WorkflowsGrpc.AsyncService
    Base class for the server implementation of the service Workflows.
     Workflows is used to deploy and execute workflow programs.
     Workflows makes sure the program executes reliably, despite hardware and
     networking interruptions.
     
    • Constructor Detail

      • WorkflowsImplBase

        public WorkflowsImplBase()
    • Method Detail

      • bindService

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