Class TapSinkService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.tap.v2alpha.TapSinkService
-
- io.envoyproxy.envoy.service.tap.v2alpha.TapSinkService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,TapSinkService.Interface
- Enclosing class:
- TapSinkService
public static final class TapSinkService.Stub extends TapSinkService implements TapSinkService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.tap.v2alpha.TapSinkService
TapSinkService.BlockingInterface, TapSinkService.Interface, TapSinkService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.RpcChannelgetChannel()voidstreamTaps(com.google.protobuf.RpcController controller, StreamTapsRequest request, com.google.protobuf.RpcCallback<StreamTapsResponse> done)Envoy will connect and send StreamTapsRequest messages forever.-
Methods inherited from class io.envoyproxy.envoy.service.tap.v2alpha.TapSinkService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
streamTaps
public void streamTaps(com.google.protobuf.RpcController controller, StreamTapsRequest request, com.google.protobuf.RpcCallback<StreamTapsResponse> done)Description copied from class:TapSinkServiceEnvoy will connect and send StreamTapsRequest messages forever. It does not expect any response to be sent as nothing would be done in the case of failure. The server should disconnect if it expects Envoy to reconnect.
rpc StreamTaps(stream .envoy.service.tap.v2alpha.StreamTapsRequest) returns (.envoy.service.tap.v2alpha.StreamTapsResponse);- Specified by:
streamTapsin interfaceTapSinkService.Interface- Specified by:
streamTapsin classTapSinkService
-
-