public static interface TapSinkService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
Envoy will connect and send StreamTapsRequest messages forever.
|
void streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
Envoy 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.v4alpha.StreamTapsRequest) returns (.envoy.service.tap.v4alpha.StreamTapsResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.