Class MutinyAuditServiceGrpc.AuditServiceImplBase
java.lang.Object
tech.skworks.tachyon.service.contracts.audit.MutinyAuditServiceGrpc.AuditServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
AuditGrpcService, AuditServiceBean
- Enclosing class:
MutinyAuditServiceGrpc
public abstract static class MutinyAuditServiceGrpc.AuditServiceImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionio.smallrye.mutiny.Uni<com.google.protobuf.Empty> logEvent(LogEventRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> logEventBatch(LogEventBatchRequest request) withCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
AuditServiceImplBase
public AuditServiceImplBase()
-
-
Method Details
-
withCompression
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
logEvent
-
logEventBatch
public io.smallrye.mutiny.Uni<com.google.protobuf.Empty> logEventBatch(LogEventBatchRequest request) -
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-