Class TetherGrpc.TetherImplBase

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

    public abstract static class TetherGrpc.TetherImplBase
    extends Object
    implements io.grpc.BindableService, TetherGrpc.AsyncService
    Base class for the server implementation of the service Tether.
     Tether provides a way for the control plane to send HTTP API requests to
     services in data planes that runs in a remote datacenter without
     requiring customers to open firewalls on their runtime plane.
     
    • Constructor Detail

      • TetherImplBase

        public TetherImplBase()
    • Method Detail

      • bindService

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