Class XdsListenerServiceGrpc.XdsListenerServiceStub

java.lang.Object
io.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceStub>
io.grpc.stub.AbstractAsyncStub<XdsListenerServiceGrpc.XdsListenerServiceStub>
com.linecorp.centraldogma.xds.listener.v1.XdsListenerServiceGrpc.XdsListenerServiceStub
Enclosing class:
XdsListenerServiceGrpc

public static final class XdsListenerServiceGrpc.XdsListenerServiceStub extends io.grpc.stub.AbstractAsyncStub<XdsListenerServiceGrpc.XdsListenerServiceStub>
A stub to allow clients to do asynchronous rpc calls to service XdsListenerService.
An XdsListenerService provides methods to manage listeners.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    createListener(CreateListenerRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.listener.v3.Listener> responseObserver)
    Creates a new listener.
    void
    deleteListener(DeleteListenerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
    Deletes a listener.
    void
    updateListener(UpdateListenerRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.listener.v3.Listener> responseObserver)
    Updates an existing listener.

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • build

      protected XdsListenerServiceGrpc.XdsListenerServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<XdsListenerServiceGrpc.XdsListenerServiceStub>
    • createListener

      public void createListener(CreateListenerRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.listener.v3.Listener> responseObserver)
      Creates a new listener.
      
    • updateListener

      public void updateListener(UpdateListenerRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.listener.v3.Listener> responseObserver)
      Updates an existing listener.
      
    • deleteListener

      public void deleteListener(DeleteListenerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
      Deletes a listener.