Package io.grpc.testing.integration
Interface XdsUpdateClientConfigureServiceGrpc.AsyncService
-
- All Known Implementing Classes:
XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase
- Enclosing class:
- XdsUpdateClientConfigureServiceGrpc
public static interface XdsUpdateClientConfigureServiceGrpc.AsyncServiceA service to dynamically update the configuration of an xDS test client.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidconfigure(Messages.ClientConfigureRequest request, io.grpc.stub.StreamObserver<Messages.ClientConfigureResponse> responseObserver)Update the tes client's configuration.
-
-
-
Method Detail
-
configure
default void configure(Messages.ClientConfigureRequest request, io.grpc.stub.StreamObserver<Messages.ClientConfigureResponse> responseObserver)
Update the tes client's configuration.
-
-