Class AuditServiceGrpc.AuditServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<AuditServiceGrpc.AuditServiceFutureStub>
io.grpc.stub.AbstractFutureStub<AuditServiceGrpc.AuditServiceFutureStub>
tech.skworks.tachyon.service.contracts.audit.AuditServiceGrpc.AuditServiceFutureStub
- Enclosing class:
AuditServiceGrpc
public static class AuditServiceGrpc.AuditServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<AuditServiceGrpc.AuditServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service AuditService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionprotected AuditServiceGrpc.AuditServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> logEvent(LogEventRequest request) com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> logEventBatch(LogEventBatchRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AuditServiceGrpc.AuditServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AuditServiceGrpc.AuditServiceFutureStub>
-
logEvent
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> logEvent(LogEventRequest request) -
logEventBatch
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> logEventBatch(LogEventBatchRequest request)
-