Class TapSinkServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.tap.v2alpha.TapSinkServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.62.2)",
comments="Source: envoy/service/tap/v2alpha/tap.proto")
public final class TapSinkServiceGrpc
extends Object
[#not-implemented-hide:] A tap service to receive incoming taps. Envoy will call StreamTaps to deliver captured taps to the server
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface[#not-implemented-hide:] A tap service to receive incoming taps.static final classA stub to allow clients to do synchronous rpc calls to service TapSinkService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service TapSinkService.static classBase class for the server implementation of the service TapSinkService.static final classA stub to allow clients to do asynchronous rpc calls to service TapSinkService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<StreamTapsRequest,StreamTapsResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getStreamTapsMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static TapSinkServiceGrpc.TapSinkServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(TapSinkServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-