Class XdsListenerServiceGrpc.XdsListenerServiceFutureStub

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

public static final class XdsListenerServiceGrpc.XdsListenerServiceFutureStub extends io.grpc.stub.AbstractFutureStub<XdsListenerServiceGrpc.XdsListenerServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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)
     
    com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.listener.v3.Listener>
    Creates a new listener.
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    Deletes a listener.
    com.google.common.util.concurrent.ListenableFuture<io.envoyproxy.envoy.config.listener.v3.Listener>
    Updates an existing listener.

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    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