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 TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcreateListener(CreateListenerRequest request, io.grpc.stub.StreamObserver<io.envoyproxy.envoy.config.listener.v3.Listener> responseObserver) Creates a new listener.voiddeleteListener(DeleteListenerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Deletes a listener.voidupdateListener(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, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected XdsListenerServiceGrpc.XdsListenerServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.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.
-