Class TapSinkServiceGrpc.TapSinkServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.tap.v2alpha.TapSinkServiceGrpc.TapSinkServiceImplBase
- All Implemented Interfaces:
TapSinkServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- TapSinkServiceGrpc
public abstract static class TapSinkServiceGrpc.TapSinkServiceImplBase
extends Object
implements io.grpc.BindableService, TapSinkServiceGrpc.AsyncService
Base class for the server implementation of the service TapSinkService.
[#not-implemented-hide:] A tap service to receive incoming taps. Envoy will call StreamTaps to deliver captured taps to the server
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.tap.v2alpha.TapSinkServiceGrpc.AsyncService
streamTaps
-
Constructor Details
-
TapSinkServiceImplBase
public TapSinkServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-