Class AccessLogServiceGrpc.AccessLogServiceImplBase
java.lang.Object
io.envoyproxy.envoy.service.accesslog.v2.AccessLogServiceGrpc.AccessLogServiceImplBase
- All Implemented Interfaces:
AccessLogServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- AccessLogServiceGrpc
public abstract static class AccessLogServiceGrpc.AccessLogServiceImplBase
extends Object
implements io.grpc.BindableService, AccessLogServiceGrpc.AsyncService
Base class for the server implementation of the service AccessLogService.
Service for streaming access logs from Envoy to an access log 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.accesslog.v2.AccessLogServiceGrpc.AsyncService
streamAccessLogs
-
Constructor Details
-
AccessLogServiceImplBase
public AccessLogServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-