Interface AuditService

All Superinterfaces:
io.quarkus.grpc.MutinyService
All Known Implementing Classes:
AuditServiceClient

@Generated(value="by Mutiny Grpc generator", comments="Source: audit.proto") public interface AuditService extends io.quarkus.grpc.MutinyService
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<com.google.protobuf.Empty>
     
    io.smallrye.mutiny.Uni<com.google.protobuf.Empty>
     
  • Method Details

    • logEvent

      io.smallrye.mutiny.Uni<com.google.protobuf.Empty> logEvent(LogEventRequest request)
    • logEventBatch

      io.smallrye.mutiny.Uni<com.google.protobuf.Empty> logEventBatch(LogEventBatchRequest request)